meco-group / omg-tools

Optimal Motion Generation-tools: motion planning made easy
GNU Lesser General Public License v3.0
563 stars 97 forks source link

Plotting before making a GUI #52

Closed timmercy closed 7 years ago

timmercy commented 7 years ago

See: http://stackoverflow.com/questions/41742352/pyplot-interactive-mode-blocks-tkinter-radiobutton/

The suggested solution works, but requires that the user pushes the ready button in the GUI and closes a second, empty, window manually. Therefore, I decided not to implement this suggestion. It is not possible to first do e.g. vehicle.plot('input') and then run the GUI. But there is also no reason why you would do this...