[GRASS-dev] v.color2

Hi Glyn and Hamish

I am trying out v.colors2 and I noticed that not all colors available in r.colors can be used in v.colors2, like viridis for example. Perhaps they can be added (line 49 of script I presume).

Another small issue is that the script checks if the column with numerical data has the numerical type (line 148 in script). Would it be possible to add REAL as a valid data type, i.e.,

if ncolumn_type not in [“INTEGER”, “DOUBLE PRECISION”, “REAL”]:

Best wishes,

Paulo