summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_7_de/35-00-36.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/PSTricks_7_de/35-00-36.ltx')
-rw-r--r--info/examples/PSTricks_7_de/35-00-36.ltx45
1 files changed, 45 insertions, 0 deletions
diff --git a/info/examples/PSTricks_7_de/35-00-36.ltx b/info/examples/PSTricks_7_de/35-00-36.ltx
new file mode 100644
index 0000000000..fc1b26f57f
--- /dev/null
+++ b/info/examples/PSTricks_7_de/35-00-36.ltx
@@ -0,0 +1,45 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% 7. Auflage
+%%
+%% Beispiel 35-00-36 auf Seite 833.
+%%
+%% Copyright (C) 2016 Herbert Voss
+%%
+%% 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.
+%%
+%%
+%% ====
+% Show page(s) 1
+%%
+%%
+\documentclass[]{exaarticle}
+\pagestyle{empty}
+\setlength\textwidth{352.81416pt}
+\setlength\parindent{0pt}
+%StartShownPreambleCommands
+\usepackage{pst-plot}
+%StopShownPreambleCommands
+\begin{document}
+\begin{pspicture}(-5,-5)(5,5)
+\psaxes[labels=none,axesstyle=polar,ticklinestyle=dashed,tickcolor=black!40](4,360)
+\psaxes(0,0)(-4,-4)(4,4)
+\psset{fillstyle=solid,opacity=0.5}
+\pswedge[fillcolor=green]{2.2}{120}{150}
+\pswedge[fillcolor=yellow]{1.5}{150}{180}
+\pswedge[fillcolor=red]{1.25}{180}{210}
+\pswedge[fillcolor=red]{1.8}{210}{240}
+\pswedge[fillcolor=green!100!white!80]{1.5}{240}{270}
+\pswedge[fillcolor=orange]{2.4}{270}{300}
+\pswedge[fillcolor=magenta]{2.2}{300}{330}
+\pswedge[fillcolor=cyan]{0.6}{330}{360}
+\psset{opacity=1}
+\rput*[r](0,-3){\textbf{\textsf{Test B}}}
+\rput*[r](4.5;135){\textbf{\textsf{Test A}}}
+\end{pspicture}
+\end{document}