C M wrote:
> For those who you wxPython with matplotlib, does anyone know how to do
> this or can point me in the right direction?
>
> I would like to pick a point (that part is fine) and then place a
> wxFrame near to that point. I'm using something like:
>
> #Note: self is a wxPanel that conta
For those who you wxPython with matplotlib, does anyone know how to do
this or can point me in the right direction?
I would like to pick a point (that part is fine) and then place a
wxFrame near to that point. I'm using something like:
#Note: self is a wxPanel that contains the matplotlib plot.