Annotation of OpenXM_contrib/gnuplot/docs/latextut/linepoin.plt, Revision 1.1
1.1 ! maekawa 1: # Plots all line types and point types
! 2: set term latex
! 3: set out "linepoin.tex"
! 4: set clip points
! 5: set dummy t,y
! 6: set nokey
! 7: set parametric
! 8: set samples 14 # for trange 0:13, we get 14 points: 0, 1, ..., 13
! 9: set function style lines
! 10: set xtics 1,1,12
! 11: set ytics 1,1,6
! 12: set title "Up to 6 line types and 12 point types"
! 13: set trange [0 : 13]
! 14: set xlabel "Points"
! 15: set xrange [0 : 13]
! 16: set ylabel "Lines"
! 17: set yrange [0 : 7]
! 18: plot t,1, t,2, t,3, t,4, t,5, t,6, 1,t w p, 2,t w p, 3,t w p, 4,t w p,5,t w p, 6,t w p, 7,t w p, 8,t w p, 9,t w p, 10,t w p, 11,t w p, 12,t w p
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>