[Matplotlib-users] plot([0, 0], [1,2])

2006-07-18 Thread holger . dinkel
Hi Experts, i just stumbled upon something i can't quite explain (or rather i think i can explain it, but i cannot understand it): Consider the following minimal example: plot([1], [2],'o-'); show() draws a single point at coords (1,2) - perfectly fine. but when i try to plot the same at

Re: [Matplotlib-users] basemap plots

2006-07-18 Thread Lionel Roubeyrie
HI, how do you set the arrows on the bottom and the top of your colorbar? I don't find any option for that? Thanks Le Vendredi 07 Juillet 2006 10:11, [EMAIL PROTECTED] a écrit : On Friday 07 July 2006 4:11 pm, Lionel Roubeyrie wrote: Hi all, Is it possible to import colormap file from GMT

Re: [Matplotlib-users] Event handling for several windows

2006-07-18 Thread John Hunter
Tommy == Tommy Grav [EMAIL PROTECTED] writes: Tommy I have a program that uses matplotlib to plot two images. Tommy figim24 = figure(figsize=(5,5)) figim70 = Tommy figure(figsize=(5,5)) Tommy I want an event loop that will be able to register which of Tommy the two figures I

[Matplotlib-users] tick and axis label hiding

2006-07-18 Thread Michael Fitzgerald
Hi all, I'm seeing some unexpected behavior when trying to hide a tick label, which I like to do with ganged plots. When I attempt this, however, it seems the axis label is no longer drawn. For example, x = arange(5) ax = subplot(111) ax.plot(x, x) xtl = ax.get_xticklabels()

Re: [Matplotlib-users] tick and axis label hiding

2006-07-18 Thread John Hunter
Michael == Michael Fitzgerald [EMAIL PROTECTED] writes: Michael Hi all, Michael I'm seeing some unexpected behavior when trying to hide a Michael tick label, which I like to do with ganged plots. When I Michael attempt this, however, it seems the axis label is no Michael

Re: [Matplotlib-users] Bug: y axis labels end up having multiple fonts. Example included

2006-07-18 Thread John Hunter
Vinj == Vinj Vinj [EMAIL PROTECTED] writes: Vinj Some of the y axis labels end up having different fonts: Vinj http://s3.amazonaws.com/oylb/wlsn_qm.png?20060717232235 Vinj In the above image, 7 and 7.5 have a larger font. I'm using Vinj matplotlib 0.87.3 with ubuntu Bizarre.

Re: [Matplotlib-users] jagged edges on masked contour plots

2006-07-18 Thread Eric Firing
John, You are correct about the way contour handles masked data, and I agree that it is ugly; unfortunately, it is inherent in the routine we are using. You could reduce but not eliminate the problem by interpolating to a finer grid. The routine we are using, which came from the gist