Matplotlib rendering. More...
Namespaces | |
| namespace | detail |
Classes | |
| class | Import |
| matplotlib import. More... | |
| class | Command |
| Import function that follows the style of commands. More... | |
| struct | MatrixPlotType |
| Wrap enum for matrix plotting type. More... | |
Typedefs | |
| typedef Function::discreteInterval_t | discreteInterval_t |
| Import discrete interval type from function. | |
Functions | |
| ROBOPTIM_DLLAPI Command | comment (const char *) |
| Make a matplotlib comment. | |
| template<typename T> | |
| Command | comment (const T &content) |
| Make a matplotlib comment. | |
| ROBOPTIM_DLLAPI Command | set (const char *var, const char *val) |
| Make a matplotlib set command. | |
| ROBOPTIM_DLLAPI Command | show () |
| ROBOPTIM_DLLAPI Command | figure () |
| ROBOPTIM_DLLAPI Command | title (const char *argument) |
| template<typename T> | |
| Command | plot (const GenericFunction< T > &f, discreteInterval_t interval) |
| Plot a 1D function with matplotlib. | |
| ROBOPTIM_DLLAPI Command | plot_mat (GenericFunctionTraits< EigenMatrixDense >::const_matrix_ref mat, MatrixPlotType::Type type=MatrixPlotType::Values) |
| Plot the structure of a matrix with matplotlib. | |
| ROBOPTIM_DLLAPI Command | plot_mat (GenericFunctionTraits< EigenMatrixSparse >::const_matrix_ref mat, MatrixPlotType::Type type=MatrixPlotType::Values) |
| template<typename T> | |
| Command | plot_mat (typename GenericFunctionTraits< T >::const_matrix_ref, MatrixPlotType::Type=MatrixPlotType::Values) |
Matplotlib rendering.
Matplotlib display classes.