Re: [Matplotlib-users] easy question on ytick label format

2012-06-01 Thread Zoltán Vörös
I think, you could just watch the video by John Hunter. He discusses these issues at length. http://marakana.com/s/advanced_matplotlib_tutorial_with_library_author_john_hunter,1133/index.html Cheers, Zoltná On 06/01/2012 02:58 PM, Mark Bakker wrote: Hello List, I want to plot plot([1000,2000]

Re: [Matplotlib-users] matplotlib website problems?

2012-03-14 Thread Zoltán Vörös
You could download the examples from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/, and that should solve your problem once and for all. Cheers, Zoltán On Wed, Mar 14, 2012 at 9:58 AM, Jonathan Slavin mailto:jsla...@cfa.harvard.edu>> wrote: Hi, Rece

Re: [Matplotlib-users] using solid colours in surface plots

2012-01-09 Thread Zoltán Vörös
On 01/09/2012 05:46 PM, Benjamin Root wrote: > When we said that GTK is not supported, (1) is not an official > decision, I think, (2) we mean the pure GTK *backend*. We fully > support the GTKAgg backend, which is superior to the GTK backend in > every way. Please try v1.1.0 before continui

Re: [Matplotlib-users] using solid colours in surface plots

2012-01-09 Thread Zoltán Vörös
Thanks for the reply! surf = ax.plot_surface(X, Y, Z, rstride=1, cstride=1, facecolors=colors, linewidth=0.0, antialiased=True) Is the issue that you have transparent lines between the faces? Set the "shade" kwarg to True and the "antialiased" kwarg to False. The problem

[Matplotlib-users] using solid colours in surface plots

2012-01-08 Thread Zoltán Vörös
Hi All, I wanted to make a surface plot with some phong on it. I can generate the colour map without any problems, but the snag is that no matter what I do, the resulting plot is always transparent. It there a way to set the patch colour to a true solid colour? Here is a piece of my code (witho

[Matplotlib-users] interactive plots in gtk

2011-10-18 Thread Zoltán Vörös
Hi All, I would like to ask how I can invoke the interactive option in a gtk GUI. Basically, I have something like this self.figure = Figure(figsize=(8,6), dpi=72) self.axis = self.figure.add_subplot(111) self.axis.plot(x,y) which works, except that I have to explicit