Reputation: 1
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!
Upvotes: 0
Views: 178
Reputation: 61
You can use Plotly
pip install plotly
Check the document Streamline Plots in Python for details.
Upvotes: 0