Created
December 8, 2016 12:50
-
-
Save Su-Shee/18bd9762a62b20c6f8581f4da8370ef9 to your computer and use it in GitHub Desktop.
teenage behavior archeology
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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