chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Can't change colour of lines? #20

Closed mksm1228 closed 3 years ago

mksm1228 commented 3 years ago

image

When I click on the colour tags, I am unable to change the colours. I want the first one to be pink and the other one to be yellow...

chillibasket commented 3 years ago

Hi, currently it is not possible to manually change the colours of the tags. The colours are the same as the ones used on the graphs and are defined by this line in the code which assigns a colour depending on the index number of the item: color[] c_colorlist = {c_blue, c_purple, c_red, c_yellow, c_green, c_orange};

Custom colours for tags and graph signals is something I'm considering adding in the future. In the mean time you can easily change the values in the colorlist code above if you want to try out a different colour scheme.

chillibasket commented 3 years ago

This feature has now been added in program version 1.3.0 in commit 44b160124af1bd4ef9db273b41993158660623e8