Ask a Question | Search PSRCHIVE: |
Home
|
PlotLabel.h void set_indentation(const std::string &indent) float get_margin(pgplot::Units) const Get the margin in the specified metric. Definition: PlotLabel.C:87 void set_left(const std::string &label) Set the label to be drawn to the left of the frame. Definition: PlotLabel.h:47 std::string get_left() const Get the label to be drawn to the left of the frame. Definition: PlotLabel.h:49 unsigned get_nrows(const std::string &label) const Get the number of rows in the label. Definition: PlotLabel.C:78 void row(const std::string &, unsigned irow, unsigned nrow, float side) Plot a single row of the label. Definition: PlotLabel.C:114 void set_spacing(float _spacing) Set the spacing between label rows (multiple of character height) Definition: PlotLabel.h:66 std::string get_centre() const Get the label to be drawn in the centre of the frame. Definition: PlotLabel.h:54 void set_centre(const std::string &label) Set the label to be drawn in the centre of the frame. Definition: PlotLabel.h:52 void set_right(const std::string &label) Set the label to be drawn to the right of the frame. Definition: PlotLabel.h:57 float get_displacement(int row, pgplot::Units) const Get the displacement of label[irow] in the specified metric. Definition: PlotLabel.C:96 static std::string unset Default label string signifies not set by user. Definition: PlotLabel.h:32 std::string get_right() const Get the label to be drawn to the right of the frame. Definition: PlotLabel.h:59 void set_offset(float _offset) Set the offset between label and frame (multiple of character height) Definition: PlotLabel.h:62 void set_all(const std::string &label) Set all labels to the specified value. Definition: PlotLabel.h:70 Generated using doxygen 1.8.17
|