diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-14 23:25:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-14 23:25:45 +0000 |
commit | cf02168f68651051c7b0bd61322a7f5547565129 (patch) | |
tree | e1add7fbc36a1399a84a69f06e825f123f53131b /Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps | |
parent | 895adaa5b890a2593a7da3e90d8f1d9a96c1220d (diff) |
new doc pstricks-examples-en (14oct11)
git-svn-id: svn://tug.org/texlive/trunk@24289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps b/Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps new file mode 100644 index 00000000000..e69f30a1f7a --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstricks-examples-en/15-04-6.ltx2ps @@ -0,0 +1,76 @@ +%% +%% A DANTE-Edition example +%% +%% Example 15-04-6 on page 216. +%% +%% Copyright (C) 2011 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[]{article} +\pagestyle{empty} +\setlength\textwidth{201.70511pt} +\setlength\parindent{0pt} +\newcommand{\dataA}{ + 1.00000000 1.00000000 + 0.56000000 0.31000000 + 0.85841600 0.17360000 + 0.11249564 0.26610896 + 1.24788537 0.03487365 +-1.20752013 0.38684447 +-0.71282656 -0.37433124 +-0.10602649 -0.22097623 + 0.76283584 -0.03286821 + 0.12916912 0.23647911 + 1.21245320 0.04004243 +-1.07681914 0.37586049 +-0.29387634 -0.33381393 + 0.54182291 -0.09110166 + 0.48615456 0.16796510 + 0.82762650 0.15070791 + 0.16435741 0.25656422 + 1.21766498 0.05095080 +-1.08414872 0.37747614 +-0.31506881 -0.33608610 + 0.52096746 -0.09767133 + 0.51150245 0.16149991 + 0.78474587 0.15856576 + 0.27177620 0.24327122 + 1.13690951 0.08425062 +-0.77704042 0.35244195 + 0.48298173 -0.24088253 + 0.42320673 0.14972434 + 0.89181467 0.13119409 +-0.01408602 0.27646255 + 1.27617683 -0.00436667 +-1.34958997 0.39561482 +-1.22719125 -0.41837289 +-1.58701052 -0.38042929 + gsave + /Helvetica findfont 40 scalefont setfont + 45 rotate + 0.9 setgray + -60 10 moveto (DRAFT) show + grestore +} + +\usepackage{pstricks,pst-plot} +% see example file for preamble + + +\begin{document} +\psset{xunit=1.5cm, yunit=3cm} +\begin{pspicture}(-2,-0.5)(2.25,1.1) + \psaxes{->}(0,0)(-2,-0.5)(1.5,1.1) + \listplot[showpoints=true,% + plotstyle=curve]{\dataA} +\end{pspicture} +\end{document} |