[Matplotlib-users] Qt4 backend question

2009-06-19 Thread Gert-Jan
iate this class in your GUI. So, you have to loop again to find the > button to connect it. > So, in the end, I managed to change the configure_subplots button into the button I want. However, such a method should not be necessary. The question is whether I was doing something wrong, and if so

Re: [Matplotlib-users] Manually enable export as EMF

2009-05-07 Thread Gert-Jan
Hey all, I was just hoping anyone could help me further here... it would be highly appreciated. Thanks in advance, Gert-Jan Olivier Benoist wrote: > > Hi, > I'm new with matplotlib. > > I need to make a graph with the X axis represents time in hours and > minutes. M

Re: [Matplotlib-users] Manually enable export as EMF

2009-05-01 Thread Gert-Jan
executed without any GUI backend. To see this for yourself you could run this example code: > from pylab import * > > x = [0,1,2,3] > y = [4,3,2,1] > > figure() > plot(x,y) > show() > I'm using the most current version (0.98.5.2) of Matplotlib, just

Re: [Matplotlib-users] Manually enable export as EMF

2009-05-01 Thread Gert-Jan
Hello again, Thanks for the reply! I did some more testing, but I couldn't get it to work yet. However, during the testing, I got the idea that I was wrong about what backends do; it appears they are only used for creating plots, not for saving them. For example: > #!/usr/bin/env python > > i

[Matplotlib-users] Manually enable export as EMF

2009-04-30 Thread Gert-Jan
your time and effort! Cheers, Gert-Jan -- View this message in context: http://www.nabble.com/Manually-enable-export-as-EMF-tp23293186p23293186.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---