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
>>
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
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
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
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
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
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
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