summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 01:00:45 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 01:00:45 +0000
commit524dc4b7a5d60a1c703450ac6fd3749ffe81afa3 (patch)
treed2c179ce4fb28bc7cf883d77402e908512107896 /Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex
parentd4f912523bae12ffe3cd9cf564cfc7a29567ef4c (diff)
doc 8
git-svn-id: svn://tug.org/texlive/trunk@87 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex b/Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex
new file mode 100644
index 00000000000..065d75981ee
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pstricks/voss/bsp65.tex
@@ -0,0 +1,20 @@
+\documentclass{article}
+\usepackage{pstricks}
+\usepackage{pst-plot}
+
+\parindent=0pt
+\pagestyle{empty}
+\begin{document}
+
+\begin{center}
+\psset{xunit=0.03cm,yunit=1.5cm}
+\begin{pspicture}(0,-2.5)(420,2.5)
+\psaxes[Dx=30]{->}(0,0)(0,-2.25)(400,2.25)
+\uput[-90](400,0){$\alpha$}\uput[180](0,2.2){$f(\alpha)$}
+\psplot[linewidth=2pt,linecolor=green,linestyle=dotted]{0}{390}{x sin}
+\psplot[linewidth=1pt,linecolor=blue,linestyle=dashed]{0}{390}{x 2 mul 30 sub sin neg}
+\psplot[linewidth=1pt,linecolor=red]{0}{390}{x 2 mul 30 sub sin neg x sin add}
+\end{pspicture}
+\end{center}
+
+\end{document}