[Matplotlib-users] UniformTriRefiner gives uncorrect results for transposed arrays

2015-03-01 Thread miaocb
Hi, all The following code repeats the problem. Array ele1 is same as ele2 except that it is transpose of ele0, but the refined triangles using ele1 is incorrect. The problem is also reported at https://github.com/matplotlib/matplotlib/issues/4180 matplotlib version: 1.4.0, the UniformTriRef

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