8000 [Bug]: Configure subplots dialog freezes for TkAgg with toolmanager · Issue #22092 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
[Bug]: Configure subplots dialog freezes for TkAgg with toolmanager #22092
Closed
@StefRe

Description

@StefRe

Bug summary

When using the toolmanager toolbar with the Tk backend the "Configure subplots" dialog works at first but then freezes.

Code for reproduction

import matplotlib.pyplot as plt
plt.rcParams['toolbar'] = 'toolmanager'
plt.matplotlib.use('tkagg')

plt.plot((1,2))
plt.show()

Actual outcome

Open the dialog and move some sliders - after a short while the dialog freezes.

Expected outcome

Dialog should not freeze.

Additional information

It works fine without the toolmanager.

Operating system

Windows

Matplotlib Version

3.5.1

Matplotlib Backend

TkAgg

Python version

3.8.2

Jupyter version

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0