Bryan Fodness wrote:
> I have copied the new patches.py and axes.py.  It fixed the fill, but I 
> still have an axes instance that is not closed.

I don't understand what you mean by this--what is the problem?

>  
> x1, x2, y1, y2 = -4, 4, -4, 4
> ax1 = axes([0.0, 0.0, 1.0, 1.0], axisbg='0.95')
> ax2 = axes([0.2, 0.1, 0.6, 0.8], axisbg='w')
> ax2.fill([x1,x2,x2,x1], [y1,y1,y2,y2], fc='None', ec='r')
> xlim(x1-2,x2+2)
> ylim(y1-2,y2+2)
> 
> Do I need more than the files that I have copied?

I don't know, but in general, copying individual files from svn is very 
risky; changes might have been committed that only work when all 
affected files are updated.

I think that what you may need to do is either learn to build from svn, 
and accept that this is a bleeding edge and you will get cut now and 
then, or stick to unmodified releases, and use workarounds in your own 
code for whatever bugs and shortcomings you stumble over.

Eric

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to