pyomeca / bioptim

An optimization framework that links CasADi, Ipopt, ACADOS and biorbd for Optimal Control Problem
MIT License
92 stars 46 forks source link

Plot results with PyQtGraph #353

Open aceglia opened 3 years ago

aceglia commented 3 years ago

Plot results using pyqtgraph instead of pyplot to add interactivity.

pariterre commented 3 years ago

I am strongly in favor of this! This was my first idea when creating the graphs, but at the time, PyQtGraph was not available on conda so it was hard to install. I am assigning this to you @aceglia We can work together when you are ready to swap the API!