Skip to content

No icon showing up with macosx backend #14850

Closed
@dstansby

Description

@dstansby

Currently using the macosx backend, the doc icon is what I assume is the default python application icon:
Screenshot 2019-07-18 at 17 28 02

I'm presuming there's a way to set this to be the Matplotlib icon.

import matplotlib
matplotlib.use('macosx')
import matplotlib.pyplot as plt

fig, ax = plt.subplots()
plt.show()

Python 3.7
Matplotlib master branch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions