%% %% Ein Beispiel der DANTE-Edition %% %% 7. Auflage %% %% Beispiel 35-00-20 auf Seite 826. %% %% 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{193.16928pt} \setlength\parindent{0pt} %StartShownPreambleCommands \usepackage{pst-plot} %StopShownPreambleCommands \begin{document} \psset{xunit=.3cm,yunit=.2cm} \begin{pspicture}(-2,-3)(29,32) \psaxes[axesstyle=axes,ticksize=-4pt 0,Dy=2,Dx=2](29,15) \rput(0,15.4){\textbf{\huge$\approx$}} \rput(0,16){\psaxes[xAxis=false,ticksize=-4pt 0, Dy=2,Oy=46,Dx=2](29,15)} \psset{interrupt={15,1,30}} \listplot[linecolor=red,plotstyle=bar,barwidth=0.3cm, fillcolor=red!30,fillstyle=solid]{ 0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 1 10 2 11 1 12 50 13 55 14 14 15 7 16 9 17 7 18 4 19 2 20 3 21 0 22 0 23 0 24 1 25 2 % 1st example } \listplot[linecolor=blue,plotstyle=bar,barwidth=0.3cm, fillcolor=blue!30,fillstyle=solid,opacity=0.5]{ 0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 3 10 10 11 11 12 8 13 61 14 10 15 13 16 3 17 1 18 0 19 0 20 2 21 0 22 0 23 0 24 0 25 0 % 2nd exa } \listplot[linecolor=green,plotstyle=bar,barwidth=0.3cm, fillcolor=green!30,fillstyle=solid,opacity=0.5]{ 0 0 1 0 2 0 3 0 4 1 5 0 6 0 7 0 8 0 9 3 10 4 11 11 12 59 13 11 14 12 15 7 16 3 17 1 18 0 19 0 20 2 21 0 22 1 23 0 24 0 25 0 % 3rd exa } \end{pspicture} \end{document}