I have data in the form of longitude, latitude, and value. they are all list.
how can I plot contour plot for such data?
The example in the documentation converts longitude and latitude to meshgrid, but I don’t have the values at all the meshgrid points.
Is there an easy way to plot contour from points?