Is there any python package that I can use to plot the streamline moving water?

117 views Asked by At

I have time series of veracity (both X and Y directions) in 2D array format. Then, I want to plot the streamline for water flowing as shown in the attached figure. So, I would like to ask if anyone knows the Python Package that can use to plot such below figure.

Your help is really appreciated!

enter image description here

1

There are 1 answers

0
Moshiur Rahman Faisal On

You can use Plotly

pip install plotly

Check the document Streamline Plots in Python for details.