Skip to content

Create a matplotlibrc file #36

Closed as not planned
Closed as not planned
@dstansby

Description

@dstansby

Currently we set style options using several lines of code:

mpl.rc("axes", edgecolor="white")
mpl.rc("axes", facecolor="#262930")
mpl.rc("axes", labelcolor="white")
mpl.rc("savefig", facecolor="#262930")
mpl.rc("text", color="white")

Instead we should put these in a matplotlibrc file, to reduce lines of code, and make it easier to edit and see what style settings are being set all in one go.

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