Re: [Matplotlib-users] Filling between curves conditionally

2008-11-22 Thread Angus McMorland
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

[Matplotlib-users] Filling between curves conditionally

2008-11-22 Thread Zane Selvans
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 --

[Matplotlib-users] Toggling points and legends

2008-11-22 Thread Mauro Cavalcanti
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