I get an error when I try to set an explicit set of xtics that are at negative positions. This appears to be related to the parsing of the tic position as a number. Setting tics at positive positions works as expected. For now I'm just shifting the data along x, but it'd be nice if this worked fully.
Noam
pyxplot> set xtics ("a" 1, "b" 2)
pyxplot> set xtics ("a" -1, "b" -2)
Type error:
In keyboard entry, position 11 below:
set xtics ("a" -1, "b" -2)
In keyboard entry, position 4 below:
"a" -1
/|\
|
Attempt to implicitly cast string to number failed: string is not a valid number.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get an error when I try to set an explicit set of xtics that are at negative positions. This appears to be related to the parsing of the tic position as a number. Setting tics at positive positions works as expected. For now I'm just shifting the data along x, but it'd be nice if this worked fully.
pyxplot> set xtics ("a" 1, "b" 2)
pyxplot> set xtics ("a" -1, "b" -2)
Type error:
In keyboard entry, position 11 below:
set xtics ("a" -1, "b" -2)
In keyboard entry, position 4 below:
"a" -1
/|\ |
Attempt to implicitly cast string to number failed: string is not a valid number.