makeBlackFig

버전 1.0 (3.13 KB) 작성자: Dario Bosch
Script for creating pretty matlab figures with a black background
다운로드 수: 9
업데이트 날짜: 2021/4/20

# 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 리포지토리로 가십시오.