Generate a plot using VTK.
#include <vtkplot.h>
|
enum class | Axis {
xAxis
,
yAxis
} |
|
enum class | LineStyle {
noLine
,
solidLine
,
dashLine
,
dotLine
,
dashDotLine
,
dashDotDotLine
} |
|
|
void | setData (const std::vector< std::vector< double >> &data) |
|
void | setWindowName (const char *windowName) |
|
void | setXTitle (const char *xTitle) |
|
void | setYTitle (const char *yTitle) |
|
void | setLineLabels (const std::vector< std::string > &labels) |
|
void | setLineColors (const std::vector< std::array< double, 4 >> &colors) |
|
void | setLineStyles (const std::vector< LineStyle > &styles) |
|
void | show () |
|
void | setCustomTickLabels (Axis axis, const std::vector< double > &customTickPositions, const std::vector< std::string > &customTickLabels) |
|
void | setAxisLimits (Axis axis, double min, double max) |
|
The documentation for this class was generated from the following file: