24 |
#define PLOT_CURVE "curve" |
#define PLOT_CURVE "curve" |
25 |
#define PLOT_LEGEND "legend" |
#define PLOT_LEGEND "legend" |
26 |
#define PLOT_FORMAT "format" |
#define PLOT_FORMAT "format" |
27 |
|
#define PLOT_LEGENDPOSITION "legend_position" |
28 |
#define PLOT_POINT "pnt" |
#define PLOT_POINT "pnt" |
29 |
#define PLOT_XPOINT "x" |
#define PLOT_XPOINT "x" |
30 |
#define PLOT_YPOINT "y" |
#define PLOT_YPOINT "y" |
47 |
const std::string getTitle() const; |
const std::string getTitle() const; |
48 |
const std::string getXLabel() const; |
const std::string getXLabel() const; |
49 |
const std::string getYLabel() const; |
const std::string getYLabel() const; |
50 |
|
|
51 |
|
/** |
52 |
|
Get 'legend position', an integer for use by matplotlib, see here for |
53 |
|
documentation: |
54 |
|
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.legend |
55 |
|
|
56 |
|
This value is not used by the Tcl/Tk GUI's plotting routine. |
57 |
|
*/ |
58 |
|
const int getLegendPosition() const; |
59 |
|
|
60 |
const bool isXLog() const; |
const bool isXLog() const; |
61 |
const bool isYLog() const; |
const bool isYLog() const; |
62 |
const double getXLow() const; |
const double getXLow() const; |