I am reading a netcdf file using python and need to plot a graphs using matplotlib library in python. The netcdf file is containing 3 variables: u v
u
v
A simple solution is to do interpolation with splines, as explained in a nice Scipy tutorial.
Here is an example: