|
From: Petr M. <mi...@ph...> - 2009-10-27 13:11:43
|
The following command set colour of line and text
plot x with line linecolor 3
set label 1 "HELLO" at 1,0 textcolor lt 3
but it seems they are not documented in
help textcolor
which is the same as
help linecolor
I think this change would be sufficient:
Syntax:
... {linecolor | lc} {<colorspec> | <n>}
... {textcolor | tc} {<colorspec> | lt <n>}
---
PM
|