GNU Info

Info Node: (gnuplot.info)missing

(gnuplot.info)missing


Next: multiplot Prev: margin Up: set-show
Enter node , (file) or (file)node

 The `set missing` command allows you to tell `gnuplot` (Note: gnuplot ) what
 character is used in a data file to denote missing data.

 Syntax:
       set missing {"<character>"}
       show missing

 Example:
       set missing "?"

 would mean that, when plotting a file containing

          1 1
          2 ?
          3 2

 the middle line would be ignored.

 There is no default character for `missing`.


automatically generated by info2www version 1.2.2.9