rock-learning / bolero

Behavior Optimization and Learning for Robots
https://rock-learning.github.io/bolero
Other
63 stars 29 forks source link

Examples only with matplotlib version <3.1.0 compatible #110

Open AlexanderFabisch opened 4 years ago

AlexanderFabisch commented 4 years ago

The example: https://rock-learning.github.io/bolero/auto_examples/representation/plot_cartesian_dmp.html#sphx-glr-auto-examples-representation-plot-cartesian-dmp-py

In function: ax = plt.subplot(221, projection="3d", aspect="equal") NotImplementedError: It is not currently possible to manually set the aspect on 3D axes

originally reported here: https://github.com/rock-learning/pytransform3d/issues/36