On 5/13/12 3:34 AM, David Craig wrote:
Hi, I'm having a problem usinf fill_between() with basemap. I plot two
great circles and want to shade the region between them. My code is
below, it doesnt give any error just creates the plot without filling
the area. Does anyone know if it's possible to
Appendix.
(and excuses for my approximate syntax in the first message; I was doing
three things simultaneously).
Maestro David Craig, your filling will be lousy anyway.
If your x and y arrays come from linespace, you will surely get a
triangle, and not the curvilinear area between GreatCircles.
Le 13/05/2012 11:34, David Craig a écrit :
> Hi, I'm having a problem usinf fill_between() with basemap. I plot two
> great circles and want to shade the region between them. My code is
> below, it doesnt give any error just creates the plot without filling
> the area. Does anyone know if it's p
Hi, I'm having a problem usinf fill_between() with basemap. I plot two
great circles and want to shade the region between them. My code is below,
it doesnt give any error just creates the plot without filling the area.
Does anyone know if it's possible to do this or should I try a different
method?