Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Closed
@peytondmurray

Description

@peytondmurray
Issue body actions

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.