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.

Could the similar text-editing functionality be added for label and title
text? It would be nice to update them via these menus.

-- 
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