Effacer les filtres
Effacer les filtres

Bar 10x2 double array in different colors per colom?

2 vues (au cours des 30 derniers jours)
maxmathlab
maxmathlab le 27 Jan 2017
Is it possible to plot my 10x2 double array in different colors per colom?
e.g.
data=[2 3; 3 4; 4 5;];
x=[1;2;3];
I want to use:
bar(x,data);
but the first colom is blue and the 2nd is red for better distinction in the figure.

Réponses (2)

KSSV
KSSV le 27 Jan 2017

Image Analyst
Image Analyst le 28 Jan 2017
See my attached demo.

Catégories

En savoir plus sur Discrete Data Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by