Ask a Question | Search PSRCHIVE: |
![]()
|
PlotFrame.h PlotAttributes() Default constructor. Definition PlotAttributes.C:11 void set_label_below(PlotLabel *) Set the below-frame label. Definition PlotFrame.C:236 virtual void freeze(bool f=true) Freeze the frame. Definition PlotFrame.C:276 PlotScale * get_y_scale(bool allow_transpose) Get the x-scale. Definition PlotFrame.C:213 virtual void draw_axes(const Archive *) Draw the axes of the frame. Definition PlotFrame.C:84 virtual void decorate(const Archive *) Decorate the frame. Definition PlotFrame.C:180 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 PlotLabel * get_label_below() Get the below-frame label. Definition PlotFrame.h:69 virtual void label_axes(const std::string &default_x, const std::string &default_y) Label the axes of the frame. Definition PlotFrame.C:127 void set_viewport(float x0, float x1, float y0, float y1) Set the viewport (normalized device coordinates) Definition PlotFrame.C:256 virtual void focus(const Archive *) Focus the frame. Definition PlotFrame.C:54 void set_x_scale(PlotScale *scale) Set the x-scale. Definition PlotFrame.C:198 PlotAxis * get_y_axis(bool allow_transpose) Get the y-axis. Definition PlotFrame.C:228 void set_transpose(bool flag=true) Transpose the x and y axes. Definition PlotFrame.h:74 virtual void init(const Archive *) Initialize the frame. Definition PlotFrame.C:45 PlotAxis * get_x_axis(bool allow_transpose) Get the x-axis. Definition PlotFrame.C:204 PlotScale * get_x_scale(bool allow_transpose) Get the x-scale. Definition PlotFrame.C:189 Generated using doxygen 1.14.0
|