Re: [Matplotlib-users] text annotation

2010-12-21 Thread Benoist Laurent
Nice! Still some stuff to enhance but got it! Thanks a lot. Ben Le 19 déc. 10 à 05:30, Jae-Joon Lee a écrit : I don't think polar is a good fit for your case. Instead, you can simply use data coordinate with explicit coordinate transformation. Try something like; for i in xrange(5):

Re: [Matplotlib-users] hatch can not be saved as eps

2010-12-21 Thread Benjamin Root
On Wed, Dec 15, 2010 at 9:47 AM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Dec 15, 2010 at 6:25 AM, Teng Liu lewtonst...@gmail.com wrote: Linux 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux matplotlib 0.99.1.1 The script below is copied from

Re: [Matplotlib-users] Adding 2 Line2D objects to a Subplot

2010-12-21 Thread Russell E. Owen
In article 4d0f8efd.3010...@gmail.com, Jose Guzman sjm.guz...@googlemail.com wrote: Hi everybody I wanted to collect a combination of plots to insert then in a subplot. I choose to create Line2D objects to use the .add_line() method of the AxesSubplot class, but unfortunately this does

[Matplotlib-users] mplot3d: Varying line color proportionally with a scalar

2010-12-21 Thread Taja Anand
Hi, I'm trying to implement the following: x,y,z,s are arrays of same size. I'm plotting x,y,z in Axes3D but I'm unable to change its color proportionally with s; like to be able to change its intensity w.r.t 's' (just an example). Please let me know the method if it is possible to do such a