Skip to content

Instantly share code, notes, and snippets.

@arafatkatze
Created May 15, 2018 21:27
Show Gist options
  • Save arafatkatze/104d6f460977fec8dddc1e9a211297ea to your computer and use it in GitHub Desktop.
Save arafatkatze/104d6f460977fec8dddc1e9a211297ea to your computer and use it in GitHub Desktop.
cmd> plot "/var/folders/f0/g51qrlhs20zbb5f3qsn3y5r00000gn/T/go-gnuplot-444176234" title "Simple Circles" with circle
res> 112
cmd> replot "/var/folders/f0/g51qrlhs20zbb5f3qsn3y5r00000gn/T/go-gnuplot-408069569" title "Simple Lines" with lines
res> 111
cmd> set title "Test Plot"
res> 23
cmd> set xlabel 'X-Axis'
res> 20
cmd> set ylabel 'Y-Axis'
res> 20
cmd> set terminal png
res> 17
cmd> set output'test.png'
res> 21
cmd> replot
res> 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment