Inherits PlotView.
|
|
| PlotSimpleView () |
| | Constructor.
|
| |
|
virtual | ~PlotSimpleView () |
| | Destructor.
|
| |
| virtual void | listPlot (const std::vector< double > &x, const std::vector< double > &y, const std::string &title="", const std::string &xlabel="", const std::string &ylabel="") |
| | Do a ListPlot with the given x- and y-values. More...
|
| |
| virtual QGraphicsView * | getWidget (QWidget *parent) |
| |
|
| PlotView () |
| | Constructor.
|
| |
|
virtual | ~PlotView () |
| | Destructor.
|
| |
◆ getWidget()
| virtual QGraphicsView* getWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ listPlot()
| virtual void listPlot |
( |
const std::vector< double > & |
x, |
|
|
const std::vector< double > & |
y, |
|
|
const std::string & |
title = "", |
|
|
const std::string & |
xlabel = "", |
|
|
const std::string & |
ylabel = "" |
|
) |
| |
|
virtual |
Do a ListPlot with the given x- and y-values.
- Parameters
-
| x | [in] the x-values. |
| y | [in] the y-values. |
| title | [in] (optional) the plot title. |
| xlabel | [in] (optional) x axis label. |
| ylabel | [in] (optional) y axis label. |
Implements PlotView.
The documentation for this class was generated from the following file: