-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Features Suggestion
Feature description: I am currently looking into different plotting libraries for .NET and associated UI-frameworks and found that ScottPlot has pretty much all the features we require. One feature we are missing though is a vector graphics export. Is something like this planned and/or could my team and I contribute in some way to get this implemented? Our preferred format would be SVG.
Code example:
// a code sample may improve communication
var examplePlot = new ScottPlot.Plot();
var meme = ScottPlot.Memes.ICanHaz("Grafixs");
plt.Add(meme);
plt.SaveFig("meme.svg");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels