hi all,
please is there any one can tell me if it's possible in mplot3d to plot 3d
triangular mesh model with a colormap different from the Z variable. I
don't find example in tutorial for this.
thanks.
--
View this message in context:
http://old.nabble.com/mplot3d---ploting-3d-triangular-mesh
Hi, for 2d you can use basic contourf of maptplotlib, or 3d with
contourf3D(X,Y,Z) by using the mplot3d tookit.
see tutorial :
2d :
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.contourf
3d :
http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html
Dani
thanks Ian for your reply,
It is a pity, because it is very useful to plot simulation result on
irugular 3d grid.
Ian Thomas-8 wrote:
>
> On 11 November 2010 12:41, isolat wrote:
>
>>
>> hi all,
>> please is there any one can tell me if it's possible in mpl
Hi Gael, it's exactly what I need ! thanks...
Gael Varoquaux wrote:
>
> On Fri, Nov 12, 2010 at 07:49:49AM +, Ian Thomas wrote:
>> please is there any one can tell me if it's possible in mplot3d to
>> plot
>> 3d
>> triangular mesh model with a colormap different from �the Z