Opened 11 years ago
Last modified 6 years ago
#2254 new enhancement
Option to save bivariate scatterplot as svg file
Reported by: | pvanbosgeo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | unspecified |
Keywords: | plot | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
The bivariate plot is a very useful tool, and the option to adapt the various elements (legend, font, etc) are great. But for use in e.g., documents, it would be even better if there is an option to save it as a svg, so quality is size independent and it is easy to further fine-tune how the image looks like in e.g., Inkscape
Change History (9)
comment:1 by , 11 years ago
Component: | Default → wxGUI |
---|---|
Keywords: | plot added |
comment:2 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:3 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:6 by , 7 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:7 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
There is a way to print it as pdf, however it doesn't work very well, even in wxPython 3 (at least on Ubuntu). There is no way we can save it to vector format. The only thing we can do is to use different backend for plotting, such as matplotlib which would require rewriting the tool.