|
From: hchiPer <hc...@gm...> - 2022-07-08 07:08:50
|
Add rgb befor the color name: plot for [i=1:*] \ data u ($0+1):i w l lc rgb Cols[(i % 6) + 1] lw 2 t columnhead Le 8/07/22 à 06:30, Emanuel Berg a écrit : > plot for [i=1:*] \ > data u ($0+1):i w l lc Cols[(i % 6) + 1] lw 2 t columnhead |