%% %% The LaTeX Graphics Companion, 2ed (first printing May 2007) %% %% Example 1-4-1 on page 14. %% %% Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% \documentclass{ttctexa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{207.83385pt} \StartShownPreambleCommands \usepackage{rawfonts,pictex} \StopShownPreambleCommands \begin{document} \beginpicture \normalgraphs \longticklength=3pt \setcoordinatesystem units <.02in,.01in> \setplotarea x from 1780 to 1990, y from 0 to 220 \axis bottom label {decade} ticks numbered from 1780 to 1980 by 20 / \axis left label {\stack {No.,of,burials}} ticks withvalues 20 40 60 80 100 120 140 160 180 200 / from 0 to 200 by 40 / \setbars <-2pt,0pt> breadth <0pt> baseline at y = 0 \linethickness=4pt \plot "decade.wom" \setbars < 2pt, 0pt> breadth <4pt> baseline at y = 0 \linethickness=.25pt \plot "decade.men" \endpicture \end{document}