|
void | manage (const std::string &name, PlotFrame *) |
| Manage the given PlotFrame.
|
PlotFrame * | get_frame (const std::string &name) |
| Return a previously mapped plot frame.
|
PlotEdge * | get_x_edge () |
| Return the x-edge.
|
PlotEdge * | get_y_edge () |
| Return the y-edge.
|
PlotScale * | get_shared_x_scale () |
| Return the shared x-scale.
|
bool | has_shared_x_scale () |
void | set_shared_x_scale (PlotScale *x) |
PlotScale * | get_shared_y_scale () |
| Return the shared y-scale.
|
bool | has_shared_y_scale () |
void | set_shared_y_scale (PlotScale *y) |
void | set_character_height (float height) |
| Set the character height.
|
void | set_character_font (int font) |
| Set the character font.
|
void | set_line_width (int width) |
| Set the line width.
|
void | no_labels () |
| Set no_labels in all sub-plots.
|
virtual void | init (const Archive *) |
| Initialize each frame.
|
virtual void | focus (const Archive *) |
| Focus the frame.
|
virtual void | decorate (const Archive *) |
| Decorate the frame.
|
virtual void | include (MultiFrame *other) |
| Expand the x and y scales of all sub-plots to include other.
|
virtual void | copy (MultiFrame *other) |
| Copy the x and y scales.
|
virtual void | freeze (bool f=true) |
| Freeze all frames.
|
| PlotAttributes () |
| Default constructor.
|
| ~PlotAttributes () |
| Destructor.
|
float | get_character_height () const |
int | get_character_font () const |
int | get_line_width () const |
PlotLabel * | get_label_above () |
| Get the above-frame label.
|
void | set_label_above (PlotLabel *) |
| Set the above-frame label.
|
virtual void | apply_set (const std::string &name) |
| Apply the named customization option set.
|
std::string | get_applied () const |
| Get the applied set.
|
virtual void | publication_quality () |
| Set publication quality character height and font and line width.
|
void | setup () |
| Set the plot colour line and text attributes.
|
| Able (const Able &) |
Able & | operator= (const Able &) |
unsigned | get_reference_count () const |
| HeapTracked (const HeapTracked &) |
HeapTracked & | operator= (const HeapTracked &) |
bool | __is_on_heap () const |
Manages multiple plot frames.