makeBlackFig
版本 1.0 (3.1 KB) 作者:
Dario Bosch
Script for creating pretty matlab figures with a black background
# 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>
引用格式
Dario Bosch (2024). makeBlackFig (https://github.com/dabosch/makeBlackFig-Matlab/releases/tag/v1.0), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2021a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0 |
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。