summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx
new file mode 100644
index 00000000000..893d3b5a777
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/1-4-6.ltx
@@ -0,0 +1,21 @@
+\documentclass{ppex}
+\nonstopmode
+\usepackage {graphics,rawfonts,pictex}
+\pagestyle{empty}
+
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {graphics,rawfonts,pictex}
+\beginpicture
+\setcoordinatesystem units <10pt,.03pt>
+\setplotarea x from -1 to 24, y from 0 to 4500
+\axis left label
+\rotatebox{90}{Number of Coins ($\surd$)} ticks
+numbered from 0 to 4500 by 500 /
+\shaderectangleson
+\setbars breadth <15pt> baseline at y = 0
+baselabels ([tl] <2.5pt,-5pt>)
+\plot "coins.dat"
+\endpicture
+\end{document}