Skip to content

Script for creating pretty matlab figures with a black background

License

Notifications You must be signed in to change notification settings

dabosch/makeBlackFig-Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeBlackFig

a script for creating good-looking figures in matlab with a black background

v1.0 (2021-04-18)

call with makeBlackFig(,,); 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>

This project on Matlab file exchange: View makeBlackFig on File Exchange

About

Script for creating pretty matlab figures with a black background

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages