[GRASS-dev] [GRASS GIS] #2254: Option to save bivariate scatterplot as svg file

#2254: Option to save bivariate scatterplot as svg file
-------------------------+--------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2254&gt;
GRASS GIS <http://grass.osgeo.org>

#2254: Option to save bivariate scatterplot as svg file
-------------------------+--------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: unspecified
Keywords: plot | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by annakrat):

  * keywords: => plot
  * component: Default => wxGUI

Comment:

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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2254#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>