Skip to content

Instantly share code, notes, and snippets.

@lucsmall
Created May 17, 2012 11:40
Show Gist options
  • Save lucsmall/2718332 to your computer and use it in GitHub Desktop.
Save lucsmall/2718332 to your computer and use it in GitHub Desktop.
GNUPlot file for showing data exported the Saleae Logic Analyser software
set terminal x11 size 1200,400
set size ratio 0.01
set key left
unset xtics
unset ytics
unset border
set multiplot layout 4,1
plot "69251.txt" using 1:2 title "69% 25.1" with lines linecolor -1
plot "70258.txt" using 1:2 title "70% 25.8" with lines linecolor 1
plot "71048.txt" using 1:2 title "71% 4.8" with lines linecolor 3
plot "74-40.txt" using 1:2 title "74% -4.0" with lines linecolor 4
unset multiplot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment