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.
mouseLocation = wx.GetMousePosition()
pos = self.ScreenToClient(mouseLocation)
self.popup.Move(pos)

but this results in the frame being completely displaced from the
picked point.  I've tried a number of different approaches and am
stuck.  Any ideas would be appreciated.

Che

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to