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

Matplotlib figure window freezes during interactive mode #1059

Copy link
Copy link
Closed
@gujax

Description

@gujax
Issue body actions

Hi,
I work in interactive mode and using pyplot in the IDLE shell.
I tried this simple code

from pylab import *
ion()
plot([1,2,3])

A window pops up but freezes and nothing shows up except it says at the top - not Responding.

Therefore, I tried the following.
Set my backend to be Tkagg and then set the interactive mode to True

Again wrote the above code (without ion())
...but same thing. Figure window freezes.

I tried other backends but to no effect.

Otherwise plot works when not in interactive mode. However, everytime I have to close the figure window to proceed with my calculations. I really would like to have the plots open when I am calculating.
Please advice. Help is appreciated,
Thank you,
gujax

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No 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.