You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
667 B
21 lines
667 B
%% Plot Basics |
|
|
|
|
|
myMediumBlue = [0, 0.45, 0.74]; |
|
myMediumGreen = [0, 0.82, 0]; |
|
|
|
myLineOne = [0.100, 0.42, 0.68]; % RGBA:036badff, RGB: 3,107,173,255 - Blau |
|
myLineTwo = [0.850, 0.325, 0.098]; % RGBA: d95319ff, RGB: 217,83,25,255 - Rot |
|
myLineThree = [0.466, 0.674, 0.188]; % RGBA: 77ac30ff, RGB: 119,172,48,255 - Grün |
|
myLineFour = [0.573, 0.059, 0.682]; |
|
myLineFive = [0.87 0.62 0.03]; % custom light brown2 |
|
myLineSix = [0.301, 0.745, 0.933]; |
|
myLineSeven = [0.635, 0.078, 0.184]; |
|
|
|
myGray90 = [0.9, 0.9, 0.9]; |
|
myGray75 = [0.75, 0.75, 0.75]; |
|
myGray50 = [0.50, 0.50, 0.50]; % RGBA: 808080ff. RGB 128,128,128,255 |
|
myGray25 = [0.25, 0.25, 0.25]; |
|
|
|
|
|
|
|
|