wxmplot icon indicating copy to clipboard operation
wxmplot copied to clipboard

Frame for multiplot not properly destroyed.

Open Beldramma opened this issue 4 years ago • 0 comments

I runned the example given for multiplot on Spyder. The first time I executed my program, it is okay, but the second time I have this mistake : ` wx.Frame.init(self, parent, -1, title, **kws)

PyNoAppError: The wx.App object must be created first!`

Beldramma avatar Mar 11 '20 16:03 Beldramma