summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx
new file mode 100644
index 00000000000..de490276227
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-7-1.ltx
@@ -0,0 +1,18 @@
+\documentclass{ppex}
+\nonstopmode
+\usepackage {pstcol,pst-plot}
+\pagestyle{empty}
+
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {pstcol,pst-plot}
+\begin{pspicture}(-1,-2.5)(9,2.5)
+\psset{xunit=.25mm,yunit=2cm}
+\psset{plotpoints=50}
+\psplot[linestyle=dashed,linecolor=blue]{0}{360}{x sin}
+\psplot[plotstyle=dots,dotstyle=triangle]{0}{360}{x cos}
+\psset{plotpoints=200}
+\psplot[linecolor=red]{0}{360}{x dup sin exch cos mul}
+\end{pspicture}
+\end{document}