Skip to content

Allowing users to show multiple plots at the same time

Carlos Mastalli requested to merge cmastall/crocoddyl:topic/plt-show into devel

This PR tackles the reported issue #147 (closed). Instead of removing plt.figures() and plt.show() as suggested, I make this optional. You can see an example of multiple-plotting inside example/talos_arm.py

Merge request reports