How can I plot bar graphs with patterns on them using the BAR function in MATLAB?
Mostra commenti meno recenti
I would like to know how can I plot bar graphs with patterns on them so that I can distinguish among them when I plot the bars in gray scale. For example
Y = round(rand(5,10)*10);
colormap(gray);
bar(Y,'group')
The bars would be more distinguishable if they had patterns on them.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Bar Plots in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!