'FigureManager' is an undefined name in backend_wx.py · Issue #10502 · matplotlib/matplotlib · GitHub
Skip to content

'FigureManager' is an undefined name in backend_wx.py #10502

Description

@cclauss

flake8 testing of https://github.com/matplotlib/matplotlib on Python 3.6.4

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./lib/matplotlib/backends/backend_wx.py:1485:18: F821 undefined name 'FigureManager'
        figmgr = FigureManager(canvas, 1, self)
                 ^
./lib/matplotlib/backends/backend_wx.py:1548:18: F821 undefined name 'FigureManager'
        figmgr = FigureManager(canvas, 1, frame)
                 ^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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