Re: [Matplotlib-users] Background basemaps in Basemap

2012-08-24 Thread klo uo
On Sat, Aug 25, 2012 at 1:26 AM, Jeff Whitaker wrote: > > Oh sure, it's simple! > > http://www.google.com/patents?id=J4YOEBAJ&dq=6618053 Hi Jeff, thanks for your reply. I was hoping to get response if there are ideas how this unfortunate performance can be avoided. If there are some thoughts

Re: [Matplotlib-users] Background basemaps in Basemap

2012-08-24 Thread Jeff Whitaker
On 8/24/12 3:37 PM, klo uo wrote: > I wanted to overlay some plot over map, and thought to use one of > provided background maps that come with Basemap > Result isn't that great as expected: loading bluemarble map took 1GB > memory, and zooming i.e. Europe region on 1920x1080 screen is too > blurre

Re: [Matplotlib-users] plotting a colored symbol with plot command

2012-08-24 Thread Michael Rawlins
From: Damon McDougall To: Michael Rawlins Cc: "matplotlib-users@lists.sourceforge.net" Sent: Friday, August 24, 2012 4:22 PM Subject: Re: [Matplotlib-users] plotting a colored symbol with plot command On Fri, Aug 24, 2012 at 09:20:47PM +0100, Damon McDo

[Matplotlib-users] Background basemaps in Basemap

2012-08-24 Thread klo uo
I wanted to overlay some plot over map, and thought to use one of provided background maps that come with Basemap Result isn't that great as expected: loading bluemarble map took 1GB memory, and zooming i.e. Europe region on 1920x1080 screen is too blurred w/o details. As a consequence, using custo

Re: [Matplotlib-users] plotting a colored symbol with plot command

2012-08-24 Thread Damon McDougall
On Fri, Aug 24, 2012 at 09:20:47PM +0100, Damon McDougall wrote: > Hey Michael! > > Welcome :) > > On Fri, Aug 24, 2012 at 01:00:13PM -0700, Michael Rawlins wrote: > > > > Relatively new user here. I need to place a series of white colored dots on > > a map. I've been able to place black dots u

Re: [Matplotlib-users] plotting a colored symbol with plot command

2012-08-24 Thread Damon McDougall
Hey Michael! Welcome :) On Fri, Aug 24, 2012 at 01:00:13PM -0700, Michael Rawlins wrote: > > Relatively new user here. I need to place a series of white colored dots on a > map. I've been able to place black dots using: > > plt.plot(x,y,color='k',marker='.',markersize=3.0) > You can change th

[Matplotlib-users] plotting a colored symbol with plot command

2012-08-24 Thread Michael Rawlins
Relatively new user here. I need to place a series of white colored dots on a map. I've been able to place black dots using: plt.plot(x,y,color='k',marker='.',markersize=3.0) The color option in this command does not plot the chosen color, only black. The command: plt.plot(x,y,'wo') places

Re: [Matplotlib-users] Limit data for plot Basemap

2012-08-24 Thread John Bluee
I have lat and lon as coordinates and to each point a value. So far I use contourf to plot. Am 24.08.2012 um 18:14 schrieb Benjamin Root : > > > On Fri, Aug 24, 2012 at 11:57 AM, John Bluee wrote: > Hi all > > I have to plot seismic data on a worldmap and use the Basemap framework to do >

Re: [Matplotlib-users] Limit data for plot Basemap

2012-08-24 Thread Benjamin Root
On Fri, Aug 24, 2012 at 11:57 AM, John Bluee wrote: > Hi all > > I have to plot seismic data on a worldmap and use the Basemap framework to > do it. > My dataset contains important data in the range of -1e-8 to -1e-14 and > 1e-14 to 1e-9. Can I limit the plot to only display data in this range? >

[Matplotlib-users] Limit data for plot Basemap

2012-08-24 Thread John Bluee
Hi all I have to plot seismic data on a worldmap and use the Basemap framework to do it. My dataset contains important data in the range of -1e-8 to -1e-14 and 1e-14 to 1e-9. Can I limit the plot to only display data in this range? thanks and greets --

Re: [Matplotlib-users] basemap via macports

2012-08-24 Thread Jeff Whitaker
On 8/24/12 8:46 AM, Carlos Grohmann wrote: Hello all, I just did a fresh macports install, and installed py27-matplotlib-basemap, so all dependencies were installed as well. After installing python, I did run port-select (or something like it) to make sure I'm using macports python. My pro

Re: [Matplotlib-users] basemap via macports

2012-08-24 Thread George Nurser
Hi, Macports python is currently 2.7.3. I don't think you are running macports python. Try /opt/local/python & see if you have the same problem. George Nurser On 24 August 2012 15:46, Carlos Grohmann wrote: > Hello all, > > I just did a fresh macports install, and installed py27-matplotlib-base

Re: [Matplotlib-users] basemap via macports

2012-08-24 Thread Francesco Montesano
2012/8/24 Carlos Grohmann : > Hello all, > > I just did a fresh macports install, and installed py27-matplotlib-basemap, > so all dependencies were installed as well. > > After installing python, I did run port-select (or something like it) to > make sure I'm using macports python. > > My problem i

Re: [Matplotlib-users] GCC error when building matplotlib

2012-08-24 Thread Joe Borġ
Thanks Ben, Works fine. Regards, Joseph David Borġ http://www.jdborg.com On 24 August 2012 13:41, Benjamin Root wrote: > > On Fri, Aug 24, 2012 at 6:35 AM, Joe Borġ wrote: > >> Hi, >> >> I've reinstalled numpy and the error from gcc has changed. Please see >> log, all the system informatio

Re: [Matplotlib-users] GCC error when building matplotlib

2012-08-24 Thread Benjamin Root
On Fri, Aug 24, 2012 at 6:35 AM, Joe Borġ wrote: > Hi, > > I've reinstalled numpy and the error from gcc has changed. Please see > log, all the system information should be in there. > > Matplotlib 1.1.1 does not work with py3k. We are just about ready to release v1.2.0 which will work with py3

[Matplotlib-users] GCC error when building matplotlib

2012-08-24 Thread Joe Borġ
Hi, I've reinstalled numpy and the error from gcc has changed. Please see log, all the system information should be in there. Regards, Joseph David Borġ http://www.jdborg.com matplotlib_build.log Description: Binary data