Skip to content

Instantly share code, notes, and snippets.

@Su-Shee
Created December 8, 2016 12:50
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 Su-Shee/18bd9762a62b20c6f8581f4da8370ef9 to your computer and use it in GitHub Desktop.
Save Su-Shee/18bd9762a62b20c6f8581f4da8370ef9 to your computer and use it in GitHub Desktop.
teenage behavior archeology
reset
unset key
set terminal pngcairo size 900,500 enhanced font "Verdana, 10"
set output "teenage.png"
unset title
#set grid xtics lt 0 lw 2 lc rgb "#990076"
set title "sexual activity at age 17/18"
set ylabel "day/date"
set yrange[1:32] reverse
set xdata time
set timefmt "%m.%Y"
set xrange ["12.1985":"01.1987"]
set format x '%m/%y'
set xtics "12.1985", 2592000, "01.1987"
set xlabel "month/date"
set label 'nothing much going on here...' at "03.1986", 15 textcolor rgb '#005727'
set key left bottom
plot "dates-1986.dat" using 2:1 with points pt 3 ps 2 lc rgb '#b911ca' title 'event'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment