diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx b/Master/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx new file mode 100644 index 00000000000..c7808d98294 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples/25-02-46.ltx @@ -0,0 +1,102 @@ +%% +%% 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{166.324pt} +\setlength\parindent{0pt} +\usepackage{filecontents} +\begin{filecontents*}{data1.mat} + -1.0000000e+001 -3.1186120e-001 + -9.5000000e+000 -3.1382220e-001 + -9.0000000e+000 -3.1610308e-001 + -8.5000000e+000 -3.1874224e-001 + -8.0000000e+000 -3.2177814e-001 + -7.5000000e+000 -3.2524775e-001 + -7.0000000e+000 -3.2918480e-001 + -6.5000000e+000 -3.3361772e-001 + -6.0000000e+000 -3.3856759e-001 + -5.5000000e+000 -3.4404614e-001 + -5.0000000e+000 -3.5005399e-001 + -4.5000000e+000 -3.5657933e-001 + -4.0000000e+000 -3.6359717e-001 + -3.5000000e+000 -3.7106902e-001 + -3.0000000e+000 -3.7894319e-001 + -2.5000000e+000 -3.8715537e-001 + -2.0000000e+000 -3.9562939e-001 + -1.5000000e+000 -4.0427825e-001 + -1.0000000e+000 -4.1300527e-001 + -5.0000000e-001 -4.2170561e-001 + 0.0000000e+000 -4.3026847e-001 + 5.0000000e-001 -4.5284882e-001 + 1.0000000e+000 -4.8524584e-001 + 1.5000000e+000 -5.2154969e-001 + 2.0000000e+000 -5.6193985e-001 + 2.5000000e+000 -6.0664420e-001 + 3.0000000e+000 -6.5595407e-001 + 3.5000000e+000 -7.1023618e-001 + 4.0000000e+000 -7.6994081e-001 + 4.5000000e+000 -8.3560655e-001 + 5.0000000e+000 -9.0786295e-001 +\end{filecontents*} +\begin{filecontents*}{data2.mat} + -1.0000000e+001 -3.0170171e-001 + -9.5000000e+000 -3.0182275e-001 + -9.0000000e+000 -3.0197731e-001 + -8.5000000e+000 -3.0217679e-001 + -8.0000000e+000 -3.0243768e-001 + -7.5000000e+000 -3.0278484e-001 + -7.0000000e+000 -3.0325664e-001 + -6.5000000e+000 -3.0391260e-001 + -6.0000000e+000 -3.0484295e-001 + -5.5000000e+000 -3.0617875e-001 + -5.0000000e+000 -3.0809964e-001 + -4.5000000e+000 -3.1083660e-001 + -4.0000000e+000 -3.1466753e-001 + -3.5000000e+000 -3.1990577e-001 + -3.0000000e+000 -3.2688343e-001 + -2.5000000e+000 -3.3593295e-001 + -2.0000000e+000 -3.4737023e-001 + -1.5000000e+000 -3.6148225e-001 + -1.0000000e+000 -3.7852034e-001 + -5.0000000e-001 -3.9869936e-001 + 0.0000000e+000 -4.2220206e-001 + 5.0000000e-001 -4.4918738e-001 + 1.0000000e+000 -4.7980138e-001 + 1.5000000e+000 -5.1418989e-001 + 2.0000000e+000 -5.5251165e-001 + 2.5000000e+000 -5.9495142e-001 + 3.0000000e+000 -6.4173231e-001 + 3.5000000e+000 -6.9312654e-001 + 4.0000000e+000 -7.4946429e-001 + 4.5000000e+000 -8.1114012e-001 + 5.0000000e+000 -8.7861718e-001 +\end{filecontents*} +\StartShownPreambleCommands +\usepackage[color]{makeplot} +\StopShownPreambleCommands +\begin{document} +\begin{makeplot}[startX=-10,endX=5,startY=-1, + endY=0,Dx=5,width=40,heightFactor=1, + ylogBase=10,logLines=y,subticks=10, + ticklinestyle=dashed,mathLabel=false, + subticklinestyle=dotted, + xsubticks=1]{$P_e$}{{WNyR, [dB]}} + \plotFileA{data1.mat}\plotFileB{data2.mat} + \legendDL{24.5}{2} \legendAf{UDQ-QIM} + \legendBf{UQ-QIM} +\end{makeplot} +\end{document} |