|
From: John H. <jdh...@ac...> - 2006-11-06 14:31:18
|
>>>>> "Chris" == Chris Bartley <ch...@ed...> writes:
Chris> I have a matplotlib figure (by the way - matplot lib is
Chris> brilliant) with lots of widgets (buttons, check boxes) on
Chris> it, and am wondering if it is possible to put a combo box
Chris> on it?
There are GUI native widgets you can use (eg GTK or WX) if you are
doing GUI programming. matplotlib has a few simple GUI neutral
widgets in matplotlib.widgets, but not compo boxes. We could write
one...., but then someone would yell.
JDH
|