Re: [Matplotlib-users] bar plot with different filling patterns

2007-01-21 Thread John Hunter
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 red) and

[Matplotlib-users] bar plot with different filling patterns

2007-01-20 Thread Francesco Davide Calabrese
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