#include <CPyPlot.hpp>

Public Member Functions | |
| plotData () | |
Public Attributes | |
| int | plotType |
| double | xmin |
| double | xmax |
| double | ymin |
| double | ymax |
| std::string | xname |
| std::string | yname |
| std::string | binname |
| std::string | limitName |
| int | nx |
| int | ny |
| int | type |
| int | gridmethod |
| int | pointSize |
| double | limMin |
| double | limMax |
| int | run |
| int | file |
separate class for plot data information, not put in plot itself to keep a bit of an overview
Note: this struct is also present in CPyPlot.sip!! sip needs all the variables on a separate line so we do that here as well.
| plotData::plotData | ( | ) |
Constructor
type of the new plot (from the plotTypes enum)
1.5.8