Script for creating pretty matlab figures with a black background
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
# 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>
Zitieren als
Dario Bosch (2026). makeBlackFig (https://github.com/dabosch/makeBlackFig-Matlab/releases/tag/v1.0), GitHub. Abgerufen .
Allgemeine Informationen
- Version 1.0 (3,13 KB)
-
Lizenz auf GitHub anzeigen
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0 |
