8000 Toolbar disappears in TkAgg if window if resized · Issue #6781 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Toolbar disappears in TkAgg if window if resized #6781
Closed
@astrofrog

Description

@astrofrog

The following example:

import matplotlib.pyplot as plt

fig = plt.figure()
ax = fig.add_subplot(1,1,1)
plt.show()

produces the following output on MacOS X with TkAgg:

screen shot 2016-07-17 at 4 09 14 pm

If I then resize it vertically to make it smaller, the toolbar disappears:

screen shot 2016-07-17 at 4 09 18 pm

I am using Matplotlib 2.0.0b3 installed from conda-forge (I didn't explicitly ask for TkAgg but it seems to be the default when installing Matplotlib from conda-forge)

Metadata

Metadata

Assignees

No one assigned

    Labels

    < 3EEF div tabindex="-1" data-testid="issue-labels" class="Box-sc-g0xbh4-0 foDGRB">GUI: tk

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0