-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
different behaviour between 3.3.0 and 3.2.2 (and earlier) for ploting in a Tk canvas #18232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
It looks like in 56504fa we made sure that we updated the active/inactive state of the history buttons in Tk, but that sub-class is removing them all together so they are not there to update. |
Should be a simple fix to handle this like Qt does: matplotlib/lib/matplotlib/backends/backend_qt5.py Lines 822 to 828 in 4ac49b9
|
I'll have a PR shortly. |
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this issue
Aug 12, 2020
We add one by default, but sub-classes may remove it. closes matplotlib#18232
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this issue
Aug 12, 2020
We add one by default, but sub-classes may remove it. closes matplotlib#18232
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
I am trying to plot graphs in a Tk canvas, and I find different behavior for mpl 3.3.0 and 3.2.2.
I am running the same code:
The code I am reusing it from here: https://github.com/SuperMechaDeathChrist/Widgets/blob/master/plt_figure_w_controls.py
it runs well for 3.2.2 and bellow but get the following error for 3.3.0:
It looks like an easy fix, but maybe I am wrong - let me know what additional details you need from me.
I use python 3.7.8
ps - to test the code -
pip install pysimplegui
Thank you
The text was updated successfully, but these errors were encountered: