Whiteboard
An interface and tools for visualizing large and complex datasets
|
The whiteboard namespace. More...
Classes | |
class | arc |
class | axes |
class | decorator |
class | display_type |
class | dpoint |
class | graphic |
class | line |
class | LinearTicking |
class | point |
class | ps_display |
class | rect |
class | text |
class | TickingStrategyBase |
class | whiteboard |
Typedefs | |
typedef pair< double, double > | xy_coords |
Enumerations | |
enum | tic_style { linear, semilogy, semilogx, loglog } |
enum | vert_align { align_top, align_middle, align_bottom } |
enum | horiz_align { align_left, align_center, align_right } |
The whiteboard namespace.
typedef pair<double,double> ns_whiteboard::xy_coords |
a pair of double-format numbers representing (x,y) coordinates in a 2 dimensional plane with x intended to be along the horizontal.