Created
December 27, 2015 23:02
-
-
Save pvik/56c3c3a3ea655bee8aae to your computer and use it in GitHub Desktop.
Plotting a CSV file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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