matplotlib-users@lists.sourceforge.net

2012-01-16 Thread Francesco Montesano
2012/1/16 Michael Cracraft : > I prepared some plots for a conference paper using pcolormesh.  The plots > need to work both for color and for a b&w print copy.  Does anyone have a > goto color map for that sort of occassion?  I was using YlGrBu, but I'm just > not happy with it. > > Thanks, > Mich

Re: [Matplotlib-users] Round plot with 'npstere'-projection

2012-01-16 Thread Jeff Whitaker
On 1/16/12 11:08 AM, Serhiy Hrechanyy wrote: >>> m = Basemap(projection = 'npstere', resolution = 'c', lat_0 = 90., >>> lon_0 = 0., >>> area_thresh = 1000., boundinglat = 40. >>> >>> ) >>> >>> one get a square map. Is there any way to make the map round, not >>> square? >> No. > > Thanks, Jeff, >

matplotlib-users@lists.sourceforge.net

2012-01-16 Thread Michael Cracraft
I prepared some plots for a conference paper using pcolormesh. The plots need to work both for color and for a b&w print copy. Does anyone have a goto color map for that sort of occassion? I was using YlGrBu, but I'm just not happy with it. Thanks, Michael --

[Matplotlib-users] Round plot with 'npstere'-projection

2012-01-16 Thread Serhiy
Dear all, using a polarstereograhic projection with Basemap ( m = Basemap(projection = 'npstere', resolution = 'c', lat_0 = 90., lon_0 = 0., area_thresh = 1000., boundinglat = 40. ) one get a square map. Is there any way to make the map round, not square? Many thanks, --

Re: [Matplotlib-users] Add a printer button to the navigation toolbar

2012-01-16 Thread Benjamin Root
On Monday, January 16, 2012, Nils Wagner wrote: > Hi all, > > I have filed a ticket for adding a printer button to the > navigation toolbar. > https://github.com/matplotlib/matplotlib/issues/670 > I am interested in a wider response. > > Any further comments ? > > Nils > > Adding a button is easy

[Matplotlib-users] Add a printer button to the navigation toolbar

2012-01-16 Thread Nils Wagner
Hi all, I have filed a ticket for adding a printer button to the navigation toolbar. https://github.com/matplotlib/matplotlib/issues/670 I am interested in a wider response. Any further comments ? Nils -- RSA(R) Co

[Matplotlib-users] [matplotlib] How to plot with plotfile?

2012-01-16 Thread Fabien Lafont
I try to plot some data directly from a file but without any sucess so far... from pylab import * plotfile("test.txt",(0,1)) My test.txt is in the same folder and it's just 1 2 3 5 2 6 4 5 8 It returns Traceback (most recent call last): File "C:\Docume