Skip to content

Add buttons for exporting the plot in various image formats #8

@gflegar

Description

@gflegar

This one might be more trickier. The <canvas> html element used to draw the plot may have some method to get the raster data, which can then be converted to JPG, PNG or an image embedded in a PDF, but the resolution of such a plot will be limited to whatever is the resolution of the canvas (and that is not very large).

We could try converting it to SVG using something like canvas2svg. From there it should not be very difficult to support other formats.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementAn improvement of an existing feature.Help wantedNeed ideas on how to solve this.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions