Re: [Matplotlib-users] contourf map with values

2015-03-01 Thread Benjamin Root
Not with contourf(), no. But, you can always add many Text objects after plotting the contourf() (just loop over the dimensions of your array at some stride and add Text objects at the appropriate coordinates). In fact, there might even be a feature coming up soon that would make this sort of task

[Matplotlib-users] contourf map with values

2015-03-01 Thread Sappy85
Hallo, i have an important question. Is it possible with matplotlib function "contourf()" to plot the values of the contour-data? Here is an example, what i mean: (i use matplotlib with Basemap) Regards, Sappy85 -- View t