Re: [matplotlib-devel] Last object added to the plot

2011-04-04 Thread Peter Butterworth
nds such as del ax.lines[-1]. -- thanks, peter butterworth -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develo

Re: [matplotlib-devel] Backend for Pyside

2011-03-27 Thread Peter Butterworth
This is sufficient for my own use but I'm guessing others may find is useful as well (and it might speed official support). Attached is the package. (pysidempl) Regards, Gerald. -- thanks, peter butterworth -- Enable

[matplotlib-devel] some issues with legend

2011-01-30 Thread Peter Butterworth
? What to exclude from a legend : Objects without an explicit label (labels starting with _) #8. OK Objects that are not in the viewing area #9. should be default behavior ?? Objects that are not set visible #10. should be default behavior ?? -- thanks, peter butterworth

[matplotlib-devel] Named figures support

2010-09-12 Thread Peter Butterworth
? Is it likely to break things elsewhere ? -- thanks, peter butterworth -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift t

Re: [matplotlib-devel] should set_xlim turn off x autoscaling?

2010-06-30 Thread Peter Butterworth
On Wed, Jun 30, 2010 at 3:42 AM, Eric Firing wrote: > On Tue, 2010-06-29 at 16:01 -0700, butterw wrote: >> My understanding is that the proposed change will break at least some >> existing code, hence my proposal to go the safer route. > > On what is that understanding based? Any actual examples

Re: [matplotlib-devel] qt4_editor

2010-05-23 Thread Peter Butterworth
On Sat, May 22, 2010 at 11:30 PM, Darren Dale wrote: > On Sat, May 22, 2010 at 4:19 PM, Peter Butterworth wrote: >> On Sun, May 16, 2010 at 1:53 PM, Darren Dale wrote: >>> I don't think the demo is ready for inclusion. Clicking in the plot >>> window to open t

Re: [matplotlib-devel] qt4_editor

2010-05-22 Thread Peter Butterworth
+ PyQt 4.7.2 on Win32. Could you possibly narrow this down a bit ? Is it caused by new code in figureoptions.py ? > > On Thu, May 13, 2010 at 3:11 AM, Peter Butterworth wrote: >> patch attached >> >> qt4ed_demo.py is an example file which should be put in >> matplotli

Re: [matplotlib-devel] qt4_editor

2010-05-12 Thread Peter Butterworth
lpful person doesn't beat me to it. > > Darren -- thanks, peter butterworth -- ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists

Re: [matplotlib-devel] qt4_editor

2010-04-13 Thread Peter Butterworth
wrote: > > > On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth > wrote: >> >> I've now uploaded the final version for review at the sourceforge tracker >> : >> >> https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&

Re: [matplotlib-devel] qt4_editor

2010-04-11 Thread Peter Butterworth
I've now uploaded the final version for review at the sourceforge tracker : https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 figureoptions.py: modify plot options interactively (see attached screenshot) Requires PyQt4 installed Support of : - Axes (xy scale) - L

[matplotlib-devel] getting legend loc

2010-04-08 Thread Peter Butterworth
Hi, I'm having trouble getting some properties that are easily set : leg=legend(loc=0) is there a way to retrieve the legend location ? In a similar vein : axis('scaled') is there a way to retrieve the "scaled" property ? If no methods/properties are available in the default API is it possible

[matplotlib-devel] qt4_editor

2010-04-05 Thread Peter Butterworth
Hi Gökhan, I've uploaded the latest version for review at the sourceforge tracker : https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 Please report any remaining bugs. On Sat, Apr 3, 2010 at 6:23 AM, Gökhan Sever wrote: > Hi Peter, > > Your previous addition l

Re: [matplotlib-devel] [Matplotlib-users] toolbar

2010-04-02 Thread Peter Butterworth
Any feedback on the submitted patch ? I've now added the possibility to switch autoscale off. On Sun, Mar 28, 2010 at 9:26 PM, Peter Butterworth wrote: > please find attached the 2 patched files and the diff

Re: [matplotlib-devel] [Matplotlib-users] toolbar

2010-03-28 Thread Peter Butterworth
please find attached the 2 patched files and the diff vs trunk. the legend only appears if there is at least one curve label which doesn't start by "_" On Sun, Mar 28, 2010 at 2:12 PM, Peter Butterworth wrote: > I've done a few minor enhancements and correc

Re: [matplotlib-devel] [Matplotlib-users] toolbar

2010-03-28 Thread Peter Butterworth
ARKERS LINESTYLES are sorted. 'steps' removed from linestyles On Sun, Mar 21, 2010 at 5:22 AM, Peter Butterworth wrote: > Correction: '0.99.3rc1' does not include the qt4_editor code, so you > do need to get