#include <Goptical/Data/Plot>
namespace Goptical {
namespace Data {
class Plot;
};
};
This class is a member of the Data namespace.
This class is used to describe a data plot. It contains a list of PlotData objects and describes some plot properties (title, range, ...).
Plots can be built from data sets or obtained directly from various analysis functions. They can be rendered on a Io::RendererViewport object with the draw function.
See also the full member list section for this class.
Create a new empty plot
Create and add plot data from specified data set.
Add plot data
draw
Discard all plot data set
Set axis position to dataset range
Get plot axes object
Get plot axes object
Get data sets dimensions, return 0 if inconsistent
Get plot data set count
Get plot data set at given index
Get plot data set at given index
Get plot main title
Get range of x data in sets
Get x and y axis swap state for 2d plots
Get range of y data in sets
Set color for all plots
Automatically choose different colors for each plot
Set plot style for all plot
Set plot main title
Swap x and y axis for 2d plots
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:23 2012 using MkDoc