Syntax:
set datafile commentschars {"<string>"} show datafile commentschars unset commentschars
Then, the following line in a data file is completely ignored
# 1 2 3 4but the following
1 # 3 4produces a rather unexpected plot unless
set datafile missing '#'is specified as well.
Example:
set datafile commentschars "#!%"