Skip to content

Instantly share code, notes, and snippets.

@leiradel
Created July 27, 2018 14:48
Show Gist options
  • Save leiradel/b8127e9ef4608b6569dbf6b9b5879986 to your computer and use it in GitHub Desktop.
Save leiradel/b8127e9ef4608b6569dbf6b9b5879986 to your computer and use it in GitHub Desktop.
set title 'Graph Title'
set xlabel 'ms'
set ylabel 'Mb'
set terminal svg
set output 'graph.svg'
plot 'lua.log' title 'Lua' with lines, 'wren.log' title 'Wren' with lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment