Thanks to visit codestin.com
Credit goes to github.com

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

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions