On Tue, Apr 13, 2010 at 10:40 PM, Peter Butterworth <butt...@gmail.com>wrote:

> Hi,
>
> I have been unable to reproduce the problem on my system.
>  matplotlib.__version__ : '0.99.3rc1' + Python 2.6.5 on Win32
>
> attached is a test example, could you please post the full error trace?
> Is the text tab populated correctly with labels, does the problem
> occur immediately or on clicking Apply ?
>

Demo looks great and works without any issues. I think these updates and
example should definitely committed into the svn. New users might find these
additions so useful. I also see that it works well with multiple instances
of same types.

I[2]: plt.text(0.1,0.1, "mest")

I[3]: plt.text(0.4,0.4, "test")

I[4]: plt.text(0.9,0.9, "rest")

For some unknown reason the error messages I got before disappeared when I
tried your demo.

Darren might be helpful at this point to submit the changes.


>
> > Could the similar text-editing functionality be added for label and title
> > text? It would be nice to update them via these menus.
>
> yes, I believe it should be possible to add title and xlabel text
> objects to the texts tab.
>

Yes, this would be another nice addition.

Thanks for your efforts.


>
>
> On Tue, Apr 13, 2010 at 6:55 AM, Gökhan Sever <gokhanse...@gmail.com>
> wrote:
> >
> >
> > On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth <butt...@gmail.com>
> > 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&atid=560722
> >>
> >> figureoptions.py: modify plot options interactively (see attached
> >> screenshot)
> >> Requires PyQt4 installed
> >>
> >> Support of :
> >> - Axes (xy scale)
> >> - Legend
> >> - Lines
> >> - Patches (Rectangle, Ellipse, Polygon, dolphins...)
> >> - Texts
> >>
> >> Ignores :
> >> - Collections
> >>
> >> Limitations:
> >> - not available for multiple axes in the same subplot
> >
> > Hello,
> >
> > I couldn't make options in Texts tab working. I simply add a text by:
> >
> > plt.text(0,1, "test")
> >
> > Texts tab appears however nothing functions. I get errors ending with
> > "TypeError: 'str' object is not callable" in my each try.
> >
> >
> > --
> > Gökhan
>
> --
> thanks,
> peter butterworth
>



-- 
Gökhan
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to