Classes | Variables
contrib/brl/bbas/bxml/bsvg/bsvg_plot.h File Reference

Various plots - as SVG documents. More...

#include "bsvg_document.h"
#include "bsvg_element.h"

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

Detailed Description

Various plots - as SVG documents.

Author:
Ozge C. Ozcanli (Brown)
Date:
April 21, 2009
    Modifications
     Ozge C. Ozcanli - July 08, 09 - ported to vxl from local repository - minor fixes
   

Definition in file bsvg_plot.h.


Variable Documentation

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.