wx.lib.plot: Graph in Panel

Solution:

Create a sizer. Add the wx.lib.plot instance to the sizer. Call
panel.SetSizer(sizer) .

- Josiah

···

Telly Williams <TWilliams001@elp.rr.com> wrote:

Hi,

  Needed: Put a graph inside a panel instead of a frame.

  Problem: it seems, according to the tutorial and examples, that the
wx.lib.plot only works within a frame. Is that all?