Histogram legend coloring in v2.3

Discussion of the Meteohub software package

Moderator: Mattk

Post Reply
cbhiii
Gold Boarder
Gold Boarder
Posts: 306
Joined: Fri Feb 15, 2008 2:02 am
Location: Michigan, USA
Contact:

Histogram legend coloring in v2.3

Post 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.
Station: Davis Vantage Pro2 Plus
Hardware: Raspberry Pi 2 (Meteohub status)
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7953
Joined: Mon Oct 01, 2007 10:51 pm

Re:Histogram legend coloring in v2.3

Post 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).
Post Reply