Thanks, Eric!
I had tried
pt = plot(...)
for p in pt:
p.remove()
and that did not do the trick. However, doing it the way you
suggested worked like a charm. Thanks!
Patrick
---
Patrick Marsh
Ph.D. Student / Liaison to the HWT
School of Meteorology / University of Oklahoma
Cooperative Inst
On 05/27/2011 07:53 AM, Patrick Marsh wrote:
> Greetings,
>
> I'm needing to create two plots, one is to serve as an overlay on the
> other. The overlay contains a set of markers to identify points in
> the underlaid probability field. I'm doing this in a loop with a map
> background, so to preve
Greetings,
I'm needing to create two plots, one is to serve as an overlay on the
other. The overlay contains a set of markers to identify points in
the underlaid probability field. I'm doing this in a loop with a map
background, so to prevent redrawing the map every time, I want to
remove the ma