blob: 96564ccbb3b6a5b121f9b1e5cc09c6ca2a4a7d13 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\documentclass[12pt]{article}
\usepackage[landgraph]{swimgraf}
\begin{document}
\swimgraph[xunit=0.43mm,yunit=4.5mm,datafile=sample2.dat]%
{100 breast}{2000-12-1}{2001-9-5}{1:05}{1:30}
\end{document}
|