[Matplotlib-users] setting the default markerfacecolor

2011-04-07 Thread Matt Funk
Hi, i am farily new to matplotlib so my question might be fairly basic. I would like to be able to set certain default values at the beginning of my script. The way i did this with the other values is via changing the value stored in rcparams. So something like: import matplotlib.pyplot as mpl

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Matt Funk
.__version__ = 0.99.3 thanks matt On Thursday, April 07, 2011, Paul Ivanov wrote: Matt Funk, on 2011-04-07 16:52, wrote: Hi, i am farily new to matplotlib so my question might be fairly basic. I would like to be able to set certain default values at the beginning of my script. The way i did

[Matplotlib-users] it is possible to use basemap to create regular spaced lat/lon grids?

2011-09-06 Thread Matt Funk
Hi, i want to interpolate irregular spaced satellite data onto a regular spaced grid. The regular spaced grid should have cell sizes of 1km^2. Is it possible to use basemap to create such a grid. It looked like it includes some facilities like that, but i am not sure if they are meant to be used

Re: [Matplotlib-users] it is possible to use basemap to create regular spaced lat/lon grids?

2011-09-06 Thread Matt Funk
) ax.scatter(lon,lat,c=colors,zorder=1000,cmap=cmap,s=10) colorbar(colorscale, shrink=0.50, ax=ax,extend='both') On Tue, Sep 6, 2011 at 1:28 PM, Matt Funk matze...@gmail.com mailto:matze...@gmail.com wrote: Hi, i want to interpolate irregular spaced satellite data onto

Re: [Matplotlib-users] it is possible to use basemap to create regular spaced lat/lon grids?

2011-09-08 Thread Matt Funk
= colorscale.to_rgba(value) ax.scatter(lon,lat,c=colors,zorder=1000,cmap=cmap,s=10) colorbar(colorscale, shrink=0.50, ax=ax,extend='both') On Tue, Sep 6, 2011 at 1:28 PM, Matt Funk matze...@gmail.com mailto:matze...@gmail.com wrote: Hi, i want to interpolate irregular spaced

Re: [Matplotlib-users] it is possible to use basemap to create regular spaced lat/lon grids?

2011-09-09 Thread Matt Funk
On 9/9/2011 6:42 AM, Scott Sinclair wrote: On 8 September 2011 19:20, Matt Funk matze...@gmail.com wrote: Hi, sorry that it has taken me so long to reply. Anyway, i could be wrong, but i don't think that the code: xi = np.linspace(llcrnlon,urcrnlon,1000) yi = np.linspace(llcrnlat