makeBlackFig

Version 1.0 (3,13 ko) par Dario Bosch
Script for creating pretty matlab figures with a black background
9 téléchargements
Mise à jour 20 avr. 2021

# MakeBlackFig
a script for creating good-looking figures in matlab with a black background

call with makeBlackFig(<figureHandle>,<backgroundColor>,<foregroundColor>);
all 3 parameters are optional. So you can also just call

> makeBlackFig;

For lines in plots makeBlackFig will automatically determine new line
colors based on the current and the new background color.
There also is a makeWhiteFig script, which basically just calls

> makeBlackFig(fig,'w','k');

Copyright (c) 2021 Dario Bosch <kontakt(at)dariobosch(dot)de>

Citation pour cette source

Dario Bosch (2026). makeBlackFig (https://github.com/dabosch/makeBlackFig-Matlab/releases/tag/v1.0), GitHub. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2021a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags
Version Publié le Notes de version
1.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.