Dear ALL,
Is there any example of toggling points on and off a MPL Basemap? I
see that there matplotlib artists have a handy "set_visible()" method,
but if I have a map with plotted points and use
"ax.set_visible(False)", the entire map is made invisible!
Any hints?
Thanks in advance!
Best rega
Does anybody know of an easy way to take two intersecting curves, A(x)
and B(x), and fill the areas between them only when A(x) < B(x) and
not when A(x) > B(x)?
--
Zane Selvans
Amateur Earthling
[EMAIL PROTECTED]
303/815-6866
http://zaneselvans.org
PGP Key: 55E0815F
--
2008/11/22 Zane Selvans <[EMAIL PROTECTED]>:
> Does anybody know of an easy way to take two intersecting curves, A(x) and
> B(x), and fill the areas between them only when A(x) < B(x) and not when
> A(x) > B(x)?
Looks like this example from the new shiny matplotlib website should help:
http://mat