Ask a Question | Search PSRCHIVE: |
Home
|
SimplePlot.h virtual std::string get_ylabel(const Archive *) Get the default label for the y axis. Definition: SimplePlot.h:54 virtual void draw(const Archive *)=0 Derived classes must draw in the current viewport. virtual std::string get_xlabel(const Archive *) Get the default label for the x axis. Definition: SimplePlot.h:51 virtual void plot(const Archive *) Plot in the current viewport. Definition: SimplePlot.C:15 void add_annotation(PlotAnnotation *a) Add an annotation. Definition: SimplePlot.h:60 std::vector< Reference::To< PlotAnnotation > > annotations Annotations to add to the plot. Definition: SimplePlot.h:69 Generated using doxygen 1.8.17
|