Hello!! I desperately need help on event triggering across panels in wxPython! :(
I have 2 classes that inherit wx.Panel: Leftpanel & Rightpanel
Leftpanel consists of several buttons.
Rightpanel consists of a graph (i.e. using matplotlib).
I want to make the program so that pressing the button on Leftpanel will update(redraw) the graph on Rightpanel. (=event from pressing a button of a panel will trigger another function declared in another panel).
I have googled plenty of resources, but could not find any hints.
Any help would be greatly appreciated! Thanks! :)