makeBlackFig

Version 1.0 (3.13 KB) by Dario Bosch
Script for creating pretty matlab figures with a black background
9 Downloads
Updated 20 Apr 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>

Cite As

Dario Bosch (2024). makeBlackFig (https://github.com/dabosch/makeBlackFig-Matlab/releases/tag/v1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.