summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-04 23:09:30 +0000
committerKarl Berry <karl@freefriends.org>2011-11-04 23:09:30 +0000
commitb19d9736b1233678daaf4e8d5538b129be4de268 (patch)
tree10bc3c48370295b32045c095b18b0bc4f741fc1d /Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
parentffce06db898f19860fcf9d4106cf822b1f2f8cd0 (diff)
pst-func 0.74 (3nov11)
git-svn-id: svn://tug.org/texlive/trunk@24491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex17
1 files changed, 6 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
index a5b0cb884dc..bf5ff55929d 100644
--- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-func-doc.tex 584 2011-10-21 20:34:22Z herbert $
+%% $Id: pst-func-doc.tex 599 2011-11-03 19:38:28Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,
smallheadings, headexclude,footexclude,oneside]{pst-doc}
\usepackage[utf8]{inputenc}
@@ -1551,17 +1551,12 @@ $L_h=sum_(i=1)^(h)x_i^{\prime}$.
\begin{LTXexample}[pos=t,preset=\centering]
-\begin{filecontents*}{Lorenz.dat}
-0.50 0.025
-0.10 0.275
-0.3 0.2
-0.09 0.270
-0.01 0.230
-\end{filecontents*}
\psset{lly=-6mm,llx=-5mm}
\psgraph[Dx=0.2,Dy=0.2,axesstyle=frame](0,0)(1,1){6cm}{6cm}
\psline[linestyle=dashed](1,1)
-\psLorenz*[linecolor=blue!30,linewidth=1.5pt]{Lorenz.dat}
+\psLorenz*[linecolor=blue!30,linewidth=1.5pt]{0.50 0.10 0.3 0.09 0.01 }
+\psLorenz[linecolor=blue!30,plotstyle=bezier]{0.50 0.10 0.3 0.09 0.01 }
+\psLorenz[linecolor=red,linewidth=1.5pt]{0.50 0.10 0.3 0.09 0.01 }
\endpsgraph
\end{LTXexample}
@@ -1573,8 +1568,8 @@ origin of the coordinate system.
\psset{lly=-13mm,llx=-5mm}
\psgraph[Dx=0.2,Dy=0.2,axesstyle=frame](0,0)(1,1){6cm}{6cm}
\psline[linestyle=dashed](1,1)
-\psLorenz[linewidth=1.5pt,Gini]{Lorenz.dat}
-\psLorenz[plotstyle=dots,dotstyle=square,dotscale=1.5]{Lorenz.dat}
+\psLorenz[linewidth=1.5pt,Gini]{0.025 0.275 0.2 0.270 0.230}
+\psLorenz[plotstyle=dots,dotstyle=square,dotscale=1.5]{0.025 0.275 0.2 0.270 0.230}
\endpsgraph
\end{LTXexample}