On Thu, 30 May 2013, Artur Tarassow wrote:
I've got a problem with the following example
<hansl>
open greene12_1 --quiet
boxplot income accept --factorized --output=display \
{ set xtics ("NO" 0, "YES" 1) ; }
<\hansl>
which gives the error message: " got invalid field '{' "
Actually it should work, right?
Yes. That's now fixed in CVS (not yet in snapshots). However,
to get NO and YES in the right places on the x-axis I believe
you'll need
set xtics ("NO" 1, "YES" 2)
Allin