Ask a Question | Search PSRCHIVE: |
Home
|
ProfileVectorPlotter.h void minmax(PlotFrame *frame) const set the y_scale min and max based on the x_scale min and max Definition: ProfileVectorPlotter.C:23 bool plot_histogram Plot histogram style. Definition: ProfileVectorPlotter.h:62 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 PlotScale * get_y_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:213 bool transpose Transpose the x and y axes. Definition: ProfileVectorPlotter.h:65 std::vector< int > plot_slw the PGPLOT line width for each profile Definition: ProfileVectorPlotter.h:59 void draw(float sx, float ex) draw all profiles Definition: ProfileVectorPlotter.C:48 unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 std::vector< int > plot_sci the PGPLOT colour for each profile Definition: ProfileVectorPlotter.h:53 std::vector< Reference::To< const Profile > > profiles the vector of profiles to be drawn Definition: ProfileVectorPlotter.h:47 PlotScale * get_x_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:189 void get_indeces(unsigned n, unsigned &imin, unsigned &imax, bool cyclic=false) const Return array indeces that span the axis indeces. Definition: PlotScale.C:197 void set_pen(PlotPen *p) set the PlotPen used to draw all profiles Definition: ProfileVectorPlotter.h:38 std::vector< float > ordinates the shared ordinates Definition: ProfileVectorPlotter.h:50 void set_minmax(float min, float max) Set the minimum and maximum value in the data. Definition: PlotScale.C:57 ProfileVectorPlotter() Default constructor. Definition: ProfileVectorPlotter.C:17 std::vector< int > plot_sls the PGPLOT line style for each profile Definition: ProfileVectorPlotter.h:56 Generated using doxygen 1.8.17
|