Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-13 Thread Steve McFarlin
On Jul 13, 2010, at 11:36 AM, Jeff Whitaker wrote: > On 7/13/10 11:41 AM, Steve McFarlin wrote: >> On Jul 12, 2010, at 6:15 PM, Jeff Whitaker wrote: >> >>> On 7/12/10 5:34 PM, Steve McFarlin wrote: Hello, I have an issue rendering with basemap on a Debian server using Agg. I >>

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-13 Thread Jeff Whitaker
On 7/13/10 11:41 AM, Steve McFarlin wrote: > On Jul 12, 2010, at 6:15 PM, Jeff Whitaker wrote: > >> On 7/12/10 5:34 PM, Steve McFarlin wrote: >>> Hello, >>> >>> I have an issue rendering with basemap on a Debian server using Agg. I have >>> confirmed that matplotlib does render using the followi

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-13 Thread Steve McFarlin
On Jul 12, 2010, at 6:15 PM, Jeff Whitaker wrote: > On 7/12/10 5:34 PM, Steve McFarlin wrote: >> Hello, >> >> I have an issue rendering with basemap on a Debian server using Agg. I have >> confirmed that matplotlib does render using the following example. >> >> # do this before importing pylab

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-12 Thread Steve McFarlin
I was wrong in my last email. I was running another script and has a residual image from when I uploaded. I will test this and and post back. On Jul 12, 2010, at 6:15 PM, Jeff Whitaker wrote: > On 7/12/10 5:34 PM, Steve McFarlin wrote: >> Hello, >> >> I have an issue rendering with basemap on a

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-12 Thread Jeff Whitaker
On 7/12/10 5:34 PM, Steve McFarlin wrote: > Hello, > > I have an issue rendering with basemap on a Debian server using Agg. I have > confirmed that matplotlib does render using the following example. > > # do this before importing pylab or pyplot > import matplotlib > matplotlib.use('Agg') > impor

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-12 Thread Steve McFarlin
Hello Jeff, Again this was an issue with my lack of understanding. Installing python-matplotlib-data solved the issue. Thanks once again. - Steve (aka. AbstractMapping) On Jul 12, 2010, at 6:15 PM, Jeff Whitaker wrote: > On 7/12/10 5:34 PM, Steve McFarlin wrote: >> Hello, >> >> I have an is

Re: [Matplotlib-users] Basemap Rendering Issue

2010-07-12 Thread Steve McFarlin
After a reinstallation of a few libraries the error message changed. It is as if basemap is not linked to matplotlib. Traceback (most recent call last): File "testImageGen.py", line 117, in setCommonBaseMapProperties(m) File "/home/forecast/sgWaveModel/sgUtil.py", line 38, in setCommonB

[Matplotlib-users] Basemap Rendering Issue

2010-07-12 Thread Steve McFarlin
Hello, I have an issue rendering with basemap on a Debian server using Agg. I have confirmed that matplotlib does render using the following example. # do this before importing pylab or pyplot import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add