Re: [Matplotlib-users] Partial coloring of text in matplotlib

2012-02-07 Thread Yann Tambouret
rride? For example don't try to use 'PS' backend, and look at hte figure interactively. It defaults to black. http://stackoverflow.com/a/9185143/717357 -Yann On Tue, Feb 7, 2012 at 4:46 PM, Paul Ivanov wrote: > Benjamin Root, on 2012-02-07 13:46, wrote: > > Also, how de

Re: [Matplotlib-users] Strange default choice of ylabel ticks

2012-01-18 Thread Yann Tambouret
format(style='plain',useOffset=0.9458,axis='y') pl.savefig('some_point2A.pdf') pl.ticklabel_format(style='plain',useOffset=False,axis='y') pl.savefig('some_point2B.pdf') -Yann On Wed, Jan 18, 2012 at 4:15 AM, Per Nielsen wrote: > Hi

[Matplotlib-users] How do you change the position of an annotation?

2012-01-13 Thread Yann Tambouret
tationPos1.get_position() apos2 = annotationPos2.get_position() print apos1before,apos1after,apos2 plt.show() Thanks, Yann -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/

[Matplotlib-users] small bug in Axes.add_artist method

2009-10-19 Thread Yann Goudard
ate props for artists added to axes' a.set_figure(self.figure) if not a.is_transform_set(): a.set_transform(self.transData) * a.set_axes(self) * matplotlib version: 0.99.1.1 Regards, Yann ---

Re: [Matplotlib-users] hatch does not work with zoom

2009-10-09 Thread Yann Goudard
I applied the patch to the tarball and built. It works perfectly. Your responsiveness is very impressive. Thanks, Yann On 10/09/2009 05:27 PM, Michael Droettboom wrote: > Thanks. This is definitely a bug. I just fixed it in SVN r7858. > > http://matplotlib.svn.sourceforge.net/viewvc/m

[Matplotlib-users] hatch does not work with zoom

2009-10-09 Thread Yann Goudard
? Regards, Yann -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to

[Matplotlib-users] Text backgroundcolor and edgecolor

2009-10-09 Thread Yann Goudard
rrent code, it remains a dark border arround my texts. Regards, Yann -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your deve

Re: [Matplotlib-users] grid on log-plots

2009-09-09 Thread Yann
, Yann On 09/08/2009 08:13 PM, Jae-Joon Lee wrote: > On Tue, Sep 8, 2009 at 11:51 AM, Yann > Goudard wrote: > >> Hi, >> >> I have the same behaviour with LocatableAxes. HostAxes, ParasiteAxes and >> LocatableAxes depend on 'mpl_toolkits.axes_grid.axislines.

Re: [Matplotlib-users] grid on log-plots

2009-09-08 Thread Yann Goudard
ySimpleApp() my_viewer = FigureFrameWxAgg(-1, fig) my_viewer.Show() app.MainLoop() If you uncomment axes.toggle_axisline(False), it works cause it uses normal 'matplolib.axes.Axes' behaviour. It is not a matter for common use but if you need 'AxesZero', this trick does not work.