Ask a Question | Search PSRCHIVE: |
Home
|
PlotFrame.h void set_viewport(float x0, float x1, float y0, float y1) Set the viewport (normalized device coordinates) Definition: PlotFrame.C:256 PlotAxis * get_x_axis(bool allow_transpose) Get the x-axis. Definition: PlotFrame.C:204 void set_left(const std::string &label) Set the label to be drawn to the left of the frame. Definition: PlotLabel.h:47 PlotLabel * get_label_below() Get the below-frame label. Definition: PlotFrame.h:74 PlotAxis * get_y_axis(bool allow_transpose) Get the y-axis. Definition: PlotFrame.C:228 PlotScale * get_y_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:213 virtual void init(const Archive *) Initialize the frame. Definition: PlotFrame.C:45 virtual void decorate(const Archive *) Decorate the frame. Definition: PlotFrame.C:180 void set_x_scale(PlotScale *scale) Set the x-scale. Definition: PlotFrame.C:198 std::string get_opt() const Get the label to be drawn on the axis. Definition: PlotAxis.h:62 PlotScale * get_x_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:189 virtual void draw_axes(const Archive *) Draw the axes of the frame. Definition: PlotFrame.C:84 void set_transpose(bool flag=true) Transpose the x and y axes. Definition: PlotFrame.h:79 void set_y_scale(PlotScale *scale) Set the y-scale. Definition: PlotFrame.C:222 virtual void include(PlotFrame *) Expand to include the x and y scale of another frame. Definition: PlotFrame.C:263 virtual void focus(const Archive *) Focus the frame. Definition: PlotFrame.C:54 void set_label_below(PlotLabel *) Set the below-frame label. Definition: PlotFrame.C:236 virtual void label_axes(const std::string &default_x, const std::string &default_y) Label the axes of the frame. Definition: PlotFrame.C:127 virtual void freeze(bool f=true) Freeze the frame. Definition: PlotFrame.C:276 static std::string unset Default label string signifies not set by user. Definition: PlotLabel.h:32 Generated using doxygen 1.8.17
|