WALTER Alain, on 2011-08-11 11:31,  wrote:
> Hello,
> It's my first post on this forum and I'm very happy to discover a forum 
> dedicated to matplotlib. I 've begun recently a development with matplotlib 
> inside my python (2.7)application.
> In a first step I've developped a stand alone graphical display and it runs 
> properly. In a second step, I try to manage this graphical display through 
> gtk (because my main application is in python/gtk) : now, most of 
> functionalities run well, but labels on my 3 axes are no more displayed and I 
> don't understand why.
> Thank you for all suggestions.
> 
> Here is the source code with gtk
> ...
> from matplotlib.backends.backend_gtk import FigureCanvasGTK as FigureCanvas
> ...

Hi there,

glad you found us! I haven't looked closely, but I know there are
limitations to what the gtk backend can render without using Agg
(I recall a message on this list about rotated text not working,
due to the interface to GTK we were using) so perhaps you ran
into this. 

Can you try the gtkagg backend?

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to