|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
#include "lucid/util/matplotlib.h"Namespaces | |
| namespace | lucid |
| Root namespace for the lucid library. | |
| namespace | lucid::plt |
| Lucid's matplotlib wrapper. | |
Functions | |
| bool | lucid::plt::xlim (double left, double right) |
| Set the x-axis view limits. | |
| bool | lucid::plt::ylim (double bottom, double top) |
| Set the y-axis view limits. | |
| std::array< double, 2 > | lucid::plt::xlim () |
| Get the x-axis view limits. | |
| std::array< double, 2 > | lucid::plt::ylim () |
| Get the y-axis view limits. | |