Re: [Matplotlib-users] contour3D custom levels possible?

2010-08-01 Thread Tom Arens
uot;normal" user? Is this a bug and will be fixed in a newer version of matplotlib or what do I have to do to get "less levels"? Thank you for your help. Tom Am 01.08.2010 20:12 schrieb Eric Firing: > On 08/01/2010 07:35 AM, Benjamin Root wrote: >> On Sun, Aug 1, 2010 a

[Matplotlib-users] contour3D custom levels possible?

2010-08-01 Thread Tom Arens
Hello everyone, does anybody know why the contour3D function has a fixed set of levels? contour3D(X, Y, Z, levels=10, **kwargs) I want to plot only one line for one level. With "contourf" it works: from mpl_toolkits.mplot3d import axes3d import matplotlib.pyplot as plt fig = plt.figure() ax