How to use a default color in a graph?

3 visualizzazioni (ultimi 30 giorni)
Joel Schelander
Joel Schelander il 29 Apr 2021
Risposto: Chunru il 30 Apr 2021
Previous figures in my report has the default color (RGB triplets and Hexadecimal color code)
[0 0.4470 0.7410] '#0072BD'
My question is how I can use this colot in my next figure. What should I type instead of 'color'?
histogram(X, 'color')

Risposta accettata

Chunru
Chunru il 30 Apr 2021
histogram(X, 'FaceColor', [0 0.4470 0.7410]);

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by