diff --git a/wx/lib/plot/examples/demo.py b/wx/lib/plot/examples/demo.py index 425c68ab..bcca212c 100644 --- a/wx/lib/plot/examples/demo.py +++ b/wx/lib/plot/examples/demo.py @@ -305,6 +305,10 @@ class DemoApp(object): self.app = wx.App() self.frame = MainFrame(None, -1, "PlotCanvas") self.frame.Show(True) + wx.CallAfter(wx.MessageBox, + "Various plot types can be shown using the Plot menu. " + + "Check out the Options menu too.", + "wx.lib.plot Demo") self.app.MainLoop()