Skip to content

SVG export #1293

@Crown0815

Description

@Crown0815

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions