> "Francesco" == Francesco Davide Calabrese <[EMAIL PROTECTED]> writes:
Francesco> Hi, the following simple code (in Matlab syntax):
Francesco> x1 = [5, 6] y1 = [3, 2] bar([1,2], [x1; y1])
Francesco> produces a bar plot where two of the bars have a color
Francesco> (let's say
Hi,
the following simple code (in Matlab syntax):
x1 = [5, 6]
y1 = [3, 2]
bar([1,2], [x1; y1])
produces a bar plot where two of the bars have a color (let's say red) and
the two other bars have another color (let's say blue). I'd like to know
whether it's possible in matplotlib to plot the bars