tokechu
New member
- Joined
- Mar 29, 2022
- Messages
- 4
- Programming Experience
- 1-3
Basically, I need a plotting library with support of exporting as image that does not utilize System.Drawing.* namespaces, as they are going to be marked as "Windows-only" in .NET 7 (see the link Breaking change: System.Drawing.Common only supported on Windows - .NET).
I have already checked such libs as OxyPlot.Core, ScottPlot and Plotly.NET (the last one is in preview and reliability leaves much to be desired), but the all DO utilize those namespaces.
I have already checked such libs as OxyPlot.Core, ScottPlot and Plotly.NET (the last one is in preview and reliability leaves much to be desired), but the all DO utilize those namespaces.