Ask a Question | Search PSRCHIVE: |
Home
|
PlotAxis.h void rem_opt(char opt) Remove from the options to be passed to pgbox for this axis. Definition: PlotAxis.C:30 float get_displacement() const Get the label displacement from edge of viewport. Definition: PlotAxis.h:52 bool get_alternate() const Get the world-normalized minimum value on the axis. Definition: PlotAxis.h:57 void set_displacement(float d) Set the label displacement from edge of viewport. Definition: PlotAxis.h:50 void set_alternate(bool f) Set if the frame opposite the axis may have an alternate scale. Definition: PlotAxis.h:55 std::string get_opt() const Get the label to be drawn on the axis. Definition: PlotAxis.h:62 void set_tick(float f) Set the tick to be passed to pgbox for this axis. Definition: PlotAxis.h:65 std::string get_label() const Get the label to be drawn on the axis. Definition: PlotAxis.h:46 void set_nsub(unsigned f) Set the nsub to be passed to pgbox for this axis. Definition: PlotAxis.h:70 void set_label(const std::string &_label, bool overwrite) Set the label to be drawn on the axis. Definition: PlotAxis.C:37 void add_opt(char opt) Add to the options to be passed to pgbox for this axis. Definition: PlotAxis.C:22 void set_opt(const std::string &o) Set the options to be passed to pgbox for this axis. Definition: PlotAxis.h:60 static std::string unset Default label string signifies not set by user. Definition: PlotLabel.h:32 Generated using doxygen 1.8.17
|