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

MacOSX backend: figure is cleared when moving from one screen to another #8387

Copy link
Copy link
Closed
@HDembinski

Description

@HDembinski
Issue body actions

Bug report

Bug summary

A figure created on Mac with the MacOSX backend on one screen gets blank when the figure window is dragged to another screen attached to the same computer.

Code for reproduction

import matplotlib as mpl
mpl.rcParams["backend"] = "MacOSX"
from matplotlib import pyplot as plt

plt.figure()
plt.plot([0,1],[0,1]) # to have some content
plt.show()
# now drag figure from one screen attached to the computer to another screen attached to the computer

Actual outcome

screen shot 2017-03-27 at 13 50 45

Matplotlib version

System: MacOS El Capitan
Matplotlib version: 2.0.0
Python version: 2.7.10 (System Python)

Matplotlib was installed with 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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.