partmor / ezaero

ezaero - Easy aerodynamics in Python :airplane:
https://ezaero.readthedocs.io
MIT License
30 stars 3 forks source link

Update 3D plotter to plotly #18

Open jorgepiloto opened 3 years ago

jorgepiloto commented 3 years ago

Solves for #17. Introduces an interactive collection of plotter based on plotly. In addition, Simulation plotting methods were updated together with documentation examples :wink:

jorgepiloto commented 3 years ago

Ops! Let me complete plot_cl_distribution_on_wing docstring...

partmor commented 3 years ago

Thanks for the PR @jorgepiloto!

I still need to run it on my laptop to see the great figures ^^

However, I'm seeing what seems like a timeout going on when building the docs in https://travis-ci.org/github/partmor/ezaero/jobs/737963278

Does tox -e docs run ok for you locally?

jorgepiloto commented 3 years ago

I think sphinx-gallery is expecting to have a matplotlib.figure output, which is as thumbnail for that particular example in the gallery collection. I hope to fix this during this weekend :rocket:

partmor commented 3 years ago

I think sphinx-gallery is expecting to have a matplotlib.figure output, which is as thumbnail for that particular example in the gallery collection. I hope to fix this during this weekend 🚀

Ack! thank you! :) have a good weekend!