Re: [Matplotlib-users] unable to draw text at angles other than 0 or 90

2011-08-12 Thread Michael Droettboom
I wonder if it's worthwhile throwing a warning when mplot3d is used in conjunction with the Gtk backend? Mike On 08/12/2011 02:47 AM, Benjamin Root wrote: On Friday, August 12, 2011, WALTER Alain > wrote: > You're right I'm not clear. You thought I' am us

Re: [Matplotlib-users] unable to draw text at angles other than 0 or 90

2011-08-11 Thread Benjamin Root
On Friday, August 12, 2011, WALTER Alain wrote: > You're right I'm not clear. You thought I' am using text() from matplotlib but If I'm looking to the text() invocation from the module Axes3D: > Axes3D.text(x, y, z, s, zdir=None, **kwargs)ΒΆ > Add text to the plot. kwargs will be pa

Re: [Matplotlib-users] unable to draw text at angles other than 0 or 90

2011-08-11 Thread Benjamin Root
On Thursday, August 11, 2011, WALTER Alain wrote: > Hello, > Concernig the source code of my previous post, the use of "ax.set_title('Volumic definition')" generate the following message: > /opt/IPASTEST/lib/python2.7/site-packages/matplotlib/backends/backend_gdk.py:150: UserWarning: backend_gdk:

[Matplotlib-users] unable to draw text at angles other than 0 or 90

2011-08-11 Thread WALTER Alain
Hello, Concernig the source code of my previous post, the use of "ax.set_title('Volumic definition')" generate the following message: /opt/IPASTEST/lib/python2.7/site-packages/matplotlib/backends/backend_gdk.py:150: UserWarning: backend_gdk: unable to draw text at angles other than 0 or 90 'oth