Skip to content

SP5: SVG export does not display axis frame #2944

@swharden

Description

@swharden

this may be due to a clipping issue

ScottPlot.Plot plot = new();
plot.Add.Signal(ScottPlot.Generate.Sin(51));
plot.Add.Signal(ScottPlot.Generate.Cos(51));
plot.SaveSvg("test.svg", 300, 200);

test

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions