summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-24 23:36:18 +0000
committerKarl Berry <karl@freefriends.org>2011-02-24 23:36:18 +0000
commit2a886fbce3b9f2ed32e02e952d4b300e6e3dd7b4 (patch)
tree1e795c05f0261278a6d0889ad79c977485ec6e5c /Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx
parent9b3b61b4613379d47f4dc1700f76efc1c1dbfced (diff)
new german doc pstricks examples (23feb11)
git-svn-id: svn://tug.org/texlive/trunk@21511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx138
1 files changed, 138 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx b/Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx
new file mode 100644
index 00000000000..8f319d4eff2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pstricks-examples/25-02-47.ltx
@@ -0,0 +1,138 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%%
+%% Copyright (C) 2010 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}
+\usepackage{filecontents}
+\begin{filecontents*}{numerical-data.tex}
+\def\DataDBforce{
+2 58.828
+3 56.353
+4 58.817
+5 55.814
+6 56.713
+7 52.671
+8 56.493
+9 48.933
+10 52.068
+11 45.674
+12 48.869
+13 48.317
+14 49.677
+15 62.636
+16 51.374
+17 48.876
+}
+\def\DataDBforceC{
+2 50.828
+3 50.353
+4 56.817
+}
+\def\DataDBforceD{
+2 40.828
+3 40.353
+4 46.817
+}
+\def\DataDBforceE{
+2 30.828
+3 30.353
+4 36.817
+}
+\def\DataDBforceF{
+2 20.828
+3 20.353
+4 26.817
+}
+\def\DataDBforceG{
+2 60.828
+3 60.353
+4 66.817
+}
+\def\DataRESforce{
+2 62.894
+3 59.824
+4 59.908
+5 56.158
+6 54.775
+7 50.489
+8 50.897
+9 44.732
+10 44.923
+11 39.731
+12 39.663
+13 37.731
+14 36.13
+15 38.342
+16 30.646
+17 28.224
+}
+\def\DataDBhex{
+2 93
+3 87.09
+4 80.44
+5 74.57
+6 68.55
+7 63.55
+8 57.9
+9 53.86
+10 49.4
+11 46.09
+12 42.51
+13 39.17
+14 35.98
+15 32.39
+16 30.25
+17 28.53
+}
+\def\DataREShexint{
+2 88.312
+3 82.771
+4 76.83
+5 71.332
+6 65.886
+7 61.094
+8 56.068
+9 52.002
+10 48.015
+11 44.735
+12 41.543
+13 38.397
+14 35.457
+15 32.409
+16 29.98
+17 28.332
+}
+\end{filecontents*}
+\StartShownPreambleCommands
+\usepackage[xAxisStyle=Lower,yAxisStyle=Left]{NumericPlots}
+\StopShownPreambleCommands
+\begin{document}
+\input{numerical-data}
+\newpsstyle{Database}{style=StdLineStyA,dotstyle=*,showpoints}
+\newpsstyle{Result}{style=StdLineStyB, dotstyle=+,showpoints}
+\begin{NumericDataPlot}[]{0.65\linewidth}{0.4\linewidth}
+ \setxAxis{xMin=2,xMax=17,xO=5,Dx=4} \setyAxis{yMin=20,yMax=70,yO=20,Dy=20}
+ \plotxAxis[AxisStyle=Boxed]{Stichnummer} \plotyAxis[AxisStyle=Boxed]{$F_{roll}$ in MN}
+ \listplot[style=Database]{\DataDBforce} \listplot[style=Result]{\DataRESforce}
+ \listplot[style=StdLineStyC]{\DataDBforceC}\listplot[style=StdLineStyD]{\DataDBforceD}
+ \listplot[style=StdLineStyE]{\DataDBforceE}\listplot[style=StdLineStyF]{\DataDBforceF}
+ \listplot[style=StdLineStyG]{\DataDBforceG}
+\end{NumericDataPlot}
+\LegendDefinition[nrCols=1, LabelOrientation=r]{
+ \LegLine{style=Database} & Messung\\ \LegLine{style=Result} & Modell}
+\end{document}