Convenor wrote:
> I tried this, but getting error.
>
> set xtics ("1,1" 1, "1,3" 2 "1,5" 3, "2,2" 4, "2,4" 5, "2,6" 6,\
>> "2,8" 7,"3,3" 8,"3,5" 9,"3,7" 10,"3,9" 11,"4,4" 12,"5,5" 13,"6,8" 14)
> ^
> expecting right parenthesis )
>
> Looking for your help.
set xtics ("1,1" 1, "1,3" 2, <=== insert the missing comma


|