필터 지우기
필터 지우기

what is the code for the default blue color for 2D plot?

조회 수: 16 (최근 30일)
Kobi
Kobi 2018년 10월 7일
답변: Image Analyst 2018년 10월 7일
while ploting something i noticed that the default color is more like light blue, but when i define the color blue i get a different hue. what is the code for this default color?
see what i mean in the figures below:

채택된 답변

dpb
dpb 2018년 10월 7일
>> get(groot,'defaultAxesColorOrder')
ans =
0 0.4470 0.7410
0.8500 0.3250 0.0980
0.9290 0.6940 0.1250
0.4940 0.1840 0.5560
0.4660 0.6740 0.1880
0.3010 0.7450 0.9330
0.6350 0.0780 0.1840
>>
The letter monikers for colors are the pure colors, 'b' --> [0 0 1], etc., ...

추가 답변 (1개)

Image Analyst
Image Analyst 2018년 10월 7일
See attached demo for changing the default color order.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by