matplotlib / matplotlib/napari-matplotlib
Saving a figure as image has some style issues
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 46
- Forks
- 24
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When saving a figure as image while using the dark theme the style poses some problems. The axe ticks and labels remain coloured light grey as stated by the style sheet, but this makes them nearly invisible in the saved image.
I would suggest to either use a non-transparent facecolor (napari theme background) or add specific colouring for savefig to the style sheet: `figure.facecolor : 262930` or `savefig.facecolor : 262930`
Another solution would be to change the colours for the axes, ticks and labels for saving, but as far as I know this can't be achieved through matplotlib without changing the colours of the displayed figure as well.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Es ist keine Datei oder kein Test genannt. Beginne damit, das Speichern einer Abbildung im dunklen Design zu reproduzieren, und untersuche den Pfad zum Speichern als Bild zusammen mit dem Theme-Stylesheet. Fertig ist die Arbeit, wenn gespeicherte Bilder lesbare Achsenmarkierungen und Beschriftungen haben, ohne das Styling der angezeigten Abbildung falsch zu machen.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- matplotlib, python
- Bereich
- data-visualization
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100