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
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
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
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
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.
---