(projection='robin',lon_0=0,resolution='c')
x, y = m(df_data['lonm'][0:50], df_data['latm'][0:50])
On Wed, 17/12/14, Benjamin Root wrote:
Subject: Re: [Matplotlib-users] modification to m.scatter
To: "Su
ta.
>
> With best regards,
> Sudheer
>
> On Tue, 16/12/14, Benjamin Root wrote:
>
> Subject: Re: [Matplotlib-users] modification to m.scatter
> To: "Sudheer Joseph"
> Cc: "Matplotlib Users"
> Date: Tuesda
,
Sudheer
On Tue, 16/12/14, Benjamin Root wrote:
Subject: Re: [Matplotlib-users] modification to m.scatter
To: "Sudheer Joseph"
Cc: "Matplotlib Users"
Date: Tuesday, 16 December, 2014, 2:48 PM
Can you
please include an SSC
Can you please include an SSCCE? http://sscce.org/
On Tue, Dec 16, 2014 at 12:43 AM, Sudheer Joseph
wrote:
>
> Dear Developers/users,
> I updated matplot lib to 1.4.2 and below example appears
> to be not working for m.scatter. May I know what change is implimented ?.
> m.scatter
Dear Developers/users,
I updated matplot lib to 1.4.2 and below example appears to be
not working for m.scatter. May I know what change is implimented ?. m.scatter
plots the river discharge in gridded format if the x,y=meshgrid(lon,lat) is
used else it do not plot over map.
htt