Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
|
▼NGtk | |
▼NPLplot | The namespace provided by Gtkmm-PLplot |
CCanvas | Principal plotting widget |
CException | Gtkmm-PLplot's exception handler class |
CLegend | Class providing legends for plot classes with multiple datasets |
CObject | Abstract base class for all plots and plotdata's |
CPlot | Abstract base class for all plots |
CPlot2D | Class for two-dimensional plots |
CPlot3D | Class for three-dimensional plots |
CPlotContour | Class for contour plots |
CPlotContourShades | Class for contour plots with shaded regions |
CPlotData | Abstract base class that will hold a single dataset and its properties |
CPlotData2D | Class that will hold a single dataset and its properties for a Plot2D plot |
CPlotData2DErrorX | Class that will hold a single XY dataset with X errorbars and its properties for a Plot2D plot |
CPlotData2DErrorXY | Class that will hold a single XY dataset with X and Y errorbars and its properties for a Plot2D plot |
CPlotData2DErrorY | Class that will hold a single XY dataset with Y errorbars and its properties for a Plot2D plot |
CPlotData3D | Class that will hold a single dataset and its properties for a Plot3D plot |
CPlotDataHistogram | Abstract base class that will hold a single dataset that can be rendered as a histogram |
CPlotDataHistogramBinned | Class that will hold a single binned histogram dataset and its properties for a PlotHistogram plot |
CPlotDataHistogramUnbinned | Class that will hold a single unbinned histogram dataset and its properties for a PlotHistogram plot |
CPlotDataLine | Abstract base class that will hold a single dataset that can be rendered as a line |
CPlotDataPolar | Class that will hold a single dataset and its properties for a PlotPolar plot |
CPlotDataSurface | Class for surface datasets |
CPlotHistogram | Class for plotting histograms |
CPlotObject | Abstract base class that will hold a single plot object and its properties |
CPlotObject2D | Abstract base class that will hold a single plot object and its properties that can be added to a plot containing 2D data, such as Plot2D, PlotContour, PlotPolar and PlotHistogram |
CPlotObject2DAuxData | Class for auxiliary data to the drawing routine draw_plot_object() used from 2D plots |
CPlotObject2DLine | Line object for 2D plots |
CPlotObject2DText | Text object for 2D plots |
CPlotObjectAuxData | Base class for auxiliary data to the drawing routine draw_plot_object() |
CPlotPolar | Class for polar plots |
CRegionSelection | Class providing support for selecting a region in a plot |