Skip to content

PyQt5 (v5.7) backend - TypeError upon calling figure() #6853

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

Closed
peytondmurray opened this issue Jul 29, 2016 · 1 comment
Closed

PyQt5 (v5.7) backend - TypeError upon calling figure() #6853

peytondmurray opened this issue Jul 29, 2016 · 1 comment
Milestone

Comments

@peytondmurray
Copy link

Windows 10
Python 3.5.2
PyQt 5.7
Matplotlib 1.5.1

The following code throws a TypeError when run. It appears that there's a connection error when trying to connect the NavigationToolbar2QT.message[str] signal to the FigureManagerQT._show_message() slot.

import matplotlib
matplotlib.use("Qt5Agg")
from matplotlib.pyplot import *

fig = figure()
show()
@tacaswell
Copy link
Member

attn @anntzer (as I think you are using Qt5 due to your recent bug reports)

tacaswell added a commit that referenced this issue Jul 31, 2016
Fix: bad slot signature for Qt

closes #6853
@QuLogic QuLogic added this to the 2.0 (style change major release) milestone Jul 31, 2016
tacaswell added a commit that referenced this issue Sep 8, 2016
Fix: bad slot signature for Qt

closes #6853
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants