On Sat, Oct 15, 2011 at 10:39 AM, wrote:
> I'm building plots in stages using several different functions. Since
> the figure contains all information, I don't hand handles to
> individual elements around.
>
> What's the best way to check for a specific plot element? using
> isinstance, or are th
I'm building plots in stages using several different functions. Since
the figure contains all information, I don't hand handles to
individual elements around.
What's the best way to check for a specific plot element? using
isinstance, or are there specific attributes that could be checked?
For