On 11/16/11 8:00 PM, Eric Firing wrote:
> On 11/16/2011 03:16 PM, Gökhan Sever wrote:
>> Hi,
>>
>> Using the example code shown below I can't get meridians plotted on the
>> screen:
>>
>> from mpl_toolkits.basemap import Basemap
>> import matplotlib.pyplot as plt
>> import numpy as np
>>
>> m = Bas
Thanks Jeff and Eric.
Both solutions simply works :)
--
Gökhan
--
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, frau
On 11/16/11 6:16 PM, Gökhan Sever wrote:
> from mpl_toolkits.basemap import Basemap
> import matplotlib.pyplot as plt
> import numpy as np
>
> m = Basemap(projection='merc',lon_0=-79, lat_0=25.5,
> llcrnrlon=-93, urcrnrlon=-63, llcrnrlat=14, urcrnrlat=36.2)
>
> m.drawcoastlines(linewidt
On 11/16/2011 03:16 PM, Gökhan Sever wrote:
> Hi,
>
> Using the example code shown below I can't get meridians plotted on the
> screen:
>
> from mpl_toolkits.basemap import Basemap
> import matplotlib.pyplot as plt
> import numpy as np
>
> m = Basemap(projection='merc',lon_0=-79, lat_0=25.5,
>