tudat-team / tudatpy-examples

Collection of examples showcasing Tudatpy functionalities. They can be run on mybinder.org as well.
https://tudat-space.readthedocs.io/en/latest/
4 stars 18 forks source link

Show plots in auto-generated Python files #52

Closed DominicDirkx closed 3 weeks ago

DominicDirkx commented 2 months ago

The Python files that are auto-generated from the Jupyter notebooks don't always have 'plt.show()' at the end of the script, and figures are not always shown. The create_scripts.py file should be extended to add this command at the end of each .py file (?)

DominicDirkx commented 1 month ago

@luigigisolfi In your refactor of the examples, could you also tackle this one?