Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

iPython hangs when calling show with Matplotlib 1.5.3 and 'TkAgg' backend #8845

Closed
@djkirkham

Description

@djkirkham

Bug report

Bug summary

When using Matplotlib 1.5.3 in iPython with the TkAgg backend, control is not returned to iPython after showing a plot and closing the window.

Code for reproduction

In [1]:importmatplotlibasmplIn [2]:mpl.use('TkAgg')In [3]:importmatplotlib.pyplotaspltIn [4]:plt.plot([0,1])Out[4]: [<matplotlib.lines.Line2Dat0x7fb09f2a0350>]In [5]:plt.show()

Actual outcome

Closing the window does not return control to iPython

Matplotlib version

  • Operating System: Linux
  • Matplotlib Version: 1.5.3
  • Python Version: 2.7
  • Other Libraries: iPython 4.1.2, but it happens with other versions too.

Installed via conda via conda-forge channel

The issue doesn't occur in 2.0. Are there likely to be any more 1.5 point releases?

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


      [8]ページ先頭

      ©2009-2025 Movatter.jp