summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/1-4-1.ltx
blob: b79309a0ba19d08fff04ca6d485c63486353b1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%% 
%%  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}