On Tue, Jan 19, 2010 at 3:08 PM, Kurt Forrester <kurtforres...@hotmail.com> wrote: > Additional information that I forgot to supply was that on python > 2.5/windows/matplotlib 0.98.xxx (my work machine, not accessible at the > moment for the subversion number) this worked fine and there may have been a > regression from this to the current 0.99.0 (in the ubuntu repository). >
The "annotation_clip" feature is introduced in 0.99.0, and annotations are not clipped before that version. Again, your script works fine if I add annotation_clip parameter. So, I'm not sure what's going on. Can anyone else reproduce this problem? Just in case, with the following code, do you see label "Test"? It should be seen near where the xlabel is seen. fig = figure() ax=subplot(111) ax.annotate("Test", (-0.1, 0.5), annotation_clip=False) Regards, -JJ ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users