Ask a Question | Search PSRCHIVE: |
Home
|
MultiPlot.h static MultiPlot * factory(Plot *) Factory returns appropriate derived class. Definition: MultiPlot.C:222 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_viewport(const std::pair< float, float > &f) Set the viewport (normalized device coordinates) Definition: PlotEdge.h:44 PlotLabel * get_label_below() Get the below-frame label. Definition: PlotFrame.h:74 void plot(const Archive *) Plot in the current viewport. Definition: MultiPlot.C:43 PlotScale * get_y_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:213 void rem_opt(char opt) Remove from the options to be passed to pgbox for this axis. Definition: PlotAxis.C:30 Plots multiple viewports with pulse phase along the shared x-axis. Definition: MultiPhase.h:25 Plots multiple viewports with radio frequency along the shared x-axis. Definition: MultiFrequency.h:25 PlotLabel * get_label_above() Get the above-frame label. Definition: PlotAttributes.h:59 virtual MultiFrame * get_frame() Get the frame. Definition: MultiPlot.h:64 PlotScale * get_x_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:189 std::map< std::string, Reference::To< FramedPlot > > plots The plots. Definition: MultiPlot.h:75 TextInterface::Parser * get_frame_interface() Get the text interface to the frame attributes. Definition: MultiPlot.C:21 void set_label(const std::string &_label, bool overwrite) Set the label to be drawn on the axis. Definition: PlotAxis.C:37 std::pair< float, float > get_viewport() const Get the viewport (normalized device coordinates) Definition: PlotEdge.h:47 void unmanage(FramedPlot *) Stop managing a plot. Definition: MultiPlot.C:207 PlotAttributes * get_attributes() Get the plot attributes. Definition: MultiPlot.C:26 virtual void prepare(const Archive *) Derived classes may wish to prepare before plotting. Definition: MultiPlot.C:31 Simple plots with radio frequency along the x-axis. Definition: FrequencyPlot.h:27 void set_all(const std::string &label) Set all labels to the specified value. Definition: PlotLabel.h:70 Generated using doxygen 1.8.17
|