Skip to content

MatPlotLib Figure Freezing on Windows  #2134

@dmikkili

Description

@dmikkili

Python version: 2.7; Windows version: 7; Matplotlib version 1.2.1

I'm making an interactive plot (set with plt.ion()) while some other parts of my script do some calculations, and I update the plot frequently with calls to plt.draw(). I noticed that when I click the figure window of the interactively drawn plot and try to move it around, the figure stops updating and Windows tags the process "Not Responding", but the script continues to run without a problem. If I don't click the figure window, everything is ok.

I've read that some people have had this issue before on other forums and they got around the problem by using different backends, but my computer doesn't respond differently to other backends. What can I do?

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