On 4/30/07, Gonzalo A. de la Vega <gad...@gm...> wrote: > Hi all, > I'm trying to embed a polar plot into a glade gui. I modified the > mpl_with_glade.py example script to have something to start with. No > problems with normal plot, but when I try to do polar plot, it fails with > the following: Comment out the SpanSelector code -- this is using a matplotlib widget that assumes separable axes, which polar does not have. JDH