-
Notifications
You must be signed in to change notification settings - Fork 23
Closed as not planned
Labels
New featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Currently we set style options using several lines of code:
napari-matplotlib/src/napari_matplotlib/base.py
Lines 9 to 13 in 1ec14d3
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
Labels
New featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers