Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Bug report
Try any of the wx examples that update the plot (such as the button inembedding_in_wx4_sgskip.py
), and the plots don't update until you do something to them outside of thefig.canvas.draw
, such as starting a pan/zoom or resizing.
Matplotlib version
- Operating system: Fedora 34
- Matplotlib version (
import matplotlib; print(matplotlib.__version__)
): master - Matplotlib backend (
print(matplotlib.get_backend())
): wxAgg - Python version: 3.9
- Jupyter version (if applicable):
- Other libraries: