Skip to content

Instantly share code, notes, and snippets.

@pvik
Created December 27, 2015 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvik/56c3c3a3ea655bee8aae to your computer and use it in GitHub Desktop.
Save pvik/56c3c3a3ea655bee8aae to your computer and use it in GitHub Desktop.
Plotting a CSV file
gnuplot> set datafile separator ","
gnuplot> plot 'calls.csv' using 2:xticlabels(1) with lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment