|
| ContourfParameters () |
|
void | setTitle (const std::string &title, bool overwrite=true) |
|
void | setLabelX (const std::string &labelX, bool overwrite=true) |
|
void | setLabelY (const std::string &labelY, bool overwrite=true) |
|
void | setBoundsX (double minX, double maxX, bool overwrite=true) |
|
void | setBoundsY (double minY, double maxY, bool overwrite=true) |
|
void | flush () const |
|
void | clear () |
|
◆ ContourfParameters()
TBTK::Visualization::MatPlotLib::ContourfParameters::ContourfParameters |
( |
| ) |
|
|
inline |
◆ clear()
void TBTK::Visualization::MatPlotLib::ContourfParameters::clear |
( |
| ) |
|
|
inline |
◆ flush()
void TBTK::Visualization::MatPlotLib::ContourfParameters::flush |
( |
| ) |
const |
|
inline |
Flush parameters to matplotlib.
◆ setBoundsX()
void TBTK::Visualization::MatPlotLib::ContourfParameters::setBoundsX |
( |
double |
minX, |
|
|
double |
maxX, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
Set the bounds for the x-axis.
◆ setBoundsY()
void TBTK::Visualization::MatPlotLib::ContourfParameters::setBoundsY |
( |
double |
minY, |
|
|
double |
maxY, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
Set the bounds for the y-axis.
◆ setLabelX()
void TBTK::Visualization::MatPlotLib::ContourfParameters::setLabelX |
( |
const std::string & |
labelX, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setLabelY()
void TBTK::Visualization::MatPlotLib::ContourfParameters::setLabelY |
( |
const std::string & |
labelY, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setTitle()
void TBTK::Visualization::MatPlotLib::ContourfParameters::setTitle |
( |
const std::string & |
title, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: