Page 1 of 1
Histogram legend coloring in v2.3
Posted: Tue Apr 15, 2008 5:30 pm
by cbhiii
Can we have the ability to color each datum with a different color of our choosing like we do in the other graphs? I like this graph but want to change the colors similar to those on my other graphs. Thanks.
Re:Histogram legend coloring in v2.3
Posted: Wed Apr 16, 2008 10:48 pm
by admin
colors for histogram are defined as follows:
7, // yellow
9, // orange
6, // red
2, // green
11, // violet
5, // light blue
3, // blue
8, // dark blue
0
by making use of the format command you might be able to map these colors to other rgb values. (never tried this myself).