measuring jack themes technologies tooltips linux measuring jack themes technologies tooltip linux limejack claim limejack limejack

Start | Sprache  de en fr | Menü | Übersicht | Suche

Sie befinden sich hier: start » de » tooltips » gnuplot

Gnuplot

splot 'testdata.csv' using 1:2:4 index 0:3:1 every 4:1:0:0::15 with lines;

using

  • using: column
    • 1: x-Achse
    • 2: y-Achse
    • 3: z-Achse

index

  • index: seprated data in superblocks (2x newline)
    • 0: first superblock (start with 0)
    • 3: last superblock (start with 0)
    • 1: every first superblock

every

  • every: seprated data in blocks (1x newline)
    • 4: use every fourth data sample
    • 1: use every first data block
    • 0: start with the first data sample
    • 0: start with the first data block
    • „“: stop with the „“ data sample (means all)
    • 15: stop with the 15th data block
Disclaimer | Impressum | Privacy | Copyleft