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
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
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/
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
---
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
?
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
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
,
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.
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.