blob: 2c1829ba4a6e5f376633c8b8f51b0f83da043e2d (
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=sample1.dat]%
{100 breast}{2000-12-1}{2001-9-5}{1:05}{1:30}
\end{document}
|