Matplotlib rendering. More...
Namespaces | |
| namespace | detail | 
Classes | |
| class | Import | 
| matplotlib import.  More... | |
| class | Command | 
| matplotlib command.  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 Import | import (const std::string &packages) | 
| Import function that follows the style of commands.   | |
| ROBOPTIM_DLLAPI Import | import (const std::string &from, const std::string &packages) | 
| Import function that follows the style of commands.   | |
| ROBOPTIM_DLLAPI Command | show () | 
| ROBOPTIM_DLLAPI Command | figure () | 
| ROBOPTIM_DLLAPI Command | title (const char *argument) | 
| 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) | 
| Command | comment (const char *content) | 
| Make a matplotlib comment.   | |
| Command | set (const char *var, const char *value) | 
| Make a matplotlib set command.   | |
Matplotlib rendering.
Matplotlib display classes.