Skip to content

Instantly share code, notes, and snippets.

@izumogeiger
Created August 21, 2013 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izumogeiger/6290110 to your computer and use it in GitHub Desktop.
Save izumogeiger/6290110 to your computer and use it in GitHub Desktop.
gnuplotで棒グラフ
17 1178
18 1267
19 1098
20 924
set title "over 30 cpm lines"
set xl "day"
set yl "lines"
set yrange [0:1300]
set style fill solid border lc rgb "black"
set boxwidth 0.5 relative
set grid
set terminal png
set out "g.png"
plot "data.txt" u 0:2:xtic(1) with boxes lw 2 lc rgb "light-cyan" notitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment