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 (2026). makeBlackFig (https://github.com/dabosch/makeBlackFig-Matlab/releases/tag/v1.0), GitHub. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0 |
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
