harrymchugh / pinns

Other
0 stars 0 forks source link

Plots and animations #11

Closed harrymchugh closed 1 year ago

harrymchugh commented 1 year ago

Add static plot and an interactive version - bokeh or plotly

interactive_static_plots

Mockup attached

harrymchugh commented 1 year ago

Output path for the animations and static plots needs sorting properly

harrymchugh commented 1 year ago

Motivation for play/pause button for fluid flow animation

https://coderzcolumn.com/tutorials/data-science/guide-to-create-animation-using-bokeh

https://notebooks.gesis.org/binder/jupyter/user/bokeh-bokeh-notebooks-guss1gxi/notebooks/tutorial/00%20-%20Introduction%20and%20Setup.ipynb

Make sure this can be served by the container to view as an app or via the notebooks used to explain the project

harrymchugh commented 1 year ago

have written code to produce a static plot as a first step in notebook for now.

Next step is to refactor into a function for use with main driver function.

After that I can look at creating an application for analysizing arbitrary arrays (this would require outputting them).