Skip to content

matplotlib.pyplot.ion() does not work very well #46

Description

@xhao79

When using following code in PythonQt, the plotting window has no interaction, for example, zooming, save figures:

import matplotlib.pyplot as plt
plt.ion()
plt.plot([1,2,3], [1,2,1])
plt.draw()

I even could not close the plotting window with clicking the 'close button' on the title bar.

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

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions