Skip to content

Instantly share code, notes, and snippets.

@ffund
Created August 18, 2016 03:42
Show Gist options
  • Save ffund/28fd27106225984183a766aa8dc886a2 to your computer and use it in GitHub Desktop.
Save ffund/28fd27106225984183a766aa8dc886a2 to your computer and use it in GitHub Desktop.
set terminal dumb
set datafile separator ","
plot 'ping_delay.csv'
set terminal png
set output 'ping_delay.png'
set datafile separator ","
plot 'ping_delay.csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment