Skip to content

[Output Saver] Initial extension of outputsaver for SVG#136

Open
oloapinivad wants to merge 6 commits intomainfrom
output-saver-svg
Open

[Output Saver] Initial extension of outputsaver for SVG#136
oloapinivad wants to merge 6 commits intomainfrom
output-saver-svg

Conversation

@oloapinivad
Copy link
Collaborator

PR description:

This will implement the support for SVG figure output.
I started very simply, noticed a couple of issues

  • the add_pdf_metadata and add_png_metadata are still part of AQUA core, and should be transferred here I guess
  • we are using a bit clumsy structure for saving, not based on the extension but on the save_${extension} flag. I would possibly refactor it
  • I think we can mostly refactor the structure so that it supports all the format available in matplotlib: we just need a way to distinguish between raster and vectorial images.

Issues closed by this pull request:

Close #135

People involved:


Please leave the checkboxes that apply to this pull request.
If you find a missing checkbox, please add it to the list.
Make sure to complete the checkboxes before applying the "ready to merge" label.
Please apply the "run tests" label if you want to trigger CI tests.

  • Tests are included if a new feature is included.
  • Documentation is included if a new feature is included.
  • Docstrings are updated if needed.
  • Changelog is updated.

@oloapinivad oloapinivad changed the title VGinitial extension of outputsaver for SVG [Output Saver] Initial extension of outputsaver for SVG Feb 11, 2026
@tovaz92 tovaz92 self-assigned this Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for svg figures

2 participants