[Matplotlib-users] plot() question

2012-10-16 Thread ran...@0x06.net
Hi, I have a 2d array like: [[64, 13], [66, 22], [68, 9], [70, 11], [72, 8], [74, 10], [76, 11], [78, 8], [80, 9], [82, 9], [84, 15], [86, 13], [88, 5], [90, 9], [92, 13], [94, 12], [96, 7]] I'd like to plot a line/graph that goes through all those coordinates specified in the array. What I do:

[Matplotlib-users] how to express statistical data in colors

2012-10-23 Thread ran...@0x06.net
hi, I'd like to present data in a colorbar-style graphic. The data to plot is in this form: [1,2,4,4,4.1,4.3,6,7]. The colorbar with this data should show at the begin the color with low intensity. In more or less the middle of the colorbar the intensity should be much more because there are a lo

Re: [Matplotlib-users] how to express statistical data in colors

2012-11-07 Thread ran...@0x06.net
a each time you plot (in which > case the colorbar this month might not mean the same thing as the color bar > last month). > > I think using all three of RGB is too confusing -- do it bluescale or > grayscale. > > &C > > > > > On Nov