|
| PlotAxis () |
| Default constructor.
|
|
void | set_label (const std::string &_label, bool overwrite) |
| Set the label to be drawn on the axis.
|
|
void | set_label (const std::string &_label) |
|
std::string | get_label () const |
| Get the label to be drawn on the axis.
|
|
void | set_displacement (float d) |
| Set the label displacement from edge of viewport. More...
|
|
float | get_displacement () const |
| Get the label displacement from edge of viewport.
|
|
void | set_alternate (bool f) |
| Set if the frame opposite the axis may have an alternate scale.
|
|
bool | get_alternate () const |
| Get the world-normalized minimum value on the axis.
|
|
void | set_opt (const std::string &o) |
| Set the options to be passed to pgbox for this axis.
|
|
std::string | get_opt () const |
| Get the label to be drawn on the axis.
|
|
void | set_tick (float f) |
| Set the tick to be passed to pgbox for this axis.
|
|
float | get_tick () const |
|
void | set_nsub (unsigned f) |
| Set the nsub to be passed to pgbox for this axis.
|
|
unsigned | get_nsub () const |
|
void | add_opt (char opt) |
| Add to the options to be passed to pgbox for this axis.
|
|
void | rem_opt (char opt) |
| Remove from the options to be passed to pgbox for this axis.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|
Stores the label and cpgbox options for an axis.