Various plots - as SVG documents. More...
Go to the source code of this file.
Classes | |
| class | bsvg_plot |
Variables | |
| const float | default_stroke_width = 2.0f |
| Coordinate system of SVG is the same as an image coordinate system: upper left corner of the browser page is the origin. | |
| const int | default_font_size = 15 |
| const float | default_margin = 20.0f |
Various plots - as SVG documents.
Modifications
Ozge C. Ozcanli - July 08, 09 - ported to vxl from local repository - minor fixes
Definition in file bsvg_plot.h.
| const int default_font_size = 15 |
Definition at line 24 of file bsvg_plot.h.
| const float default_margin = 20.0f |
Definition at line 25 of file bsvg_plot.h.
| const float default_stroke_width = 2.0f |
Coordinate system of SVG is the same as an image coordinate system: upper left corner of the browser page is the origin.
Plot axes will be placed so that lower_left corner of the browser page will be the plot origin Plot only draws lines of x and y axes if they are added to the plot. scales the x and y axes according to x_min, x_max values so that it spans the document area
Definition at line 23 of file bsvg_plot.h.
1.7.5.1