Brendan Arnold wrote:
> Hmm, after a little more work it seems that the problem is actually
> with the 'clabel' command. To expand on Eric's example,
> 
> x = arange(5)
> y = arange(7)
> X, Y = meshgrid(x,y)
> z = X+Y
> c=contour(X, Y, z, [5])
> clabel(c, inline=1)
> 
> (causes exceptions in a fresh ipython session)
> 
> clabel causes problems if only a single contour level is specified and 
> returned.
> 
> Maybe this is a bug?

Fixed in svn 7970, 7971 (branch and trunk).

Eric

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to