summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-func/tex/pst-func.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-04 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2021-11-04 03:01:01 +0000
commite9894be38f76d67f7c8b8e5d16f16e8b14b96f40 (patch)
treed72663aac6223211507c56cdebcde4abfea4e3d3 /graphics/pstricks/contrib/pst-func/tex/pst-func.tex
parent6c5c4d12f5c136357ca758e5e9cb85ee7c4513a4 (diff)
CTAN sync 202111040301
Diffstat (limited to 'graphics/pstricks/contrib/pst-func/tex/pst-func.tex')
-rw-r--r--graphics/pstricks/contrib/pst-func/tex/pst-func.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pstricks/contrib/pst-func/tex/pst-func.tex b/graphics/pstricks/contrib/pst-func/tex/pst-func.tex
index 1f51fba97c..1e982ddb2b 100644
--- a/graphics/pstricks/contrib/pst-func/tex/pst-func.tex
+++ b/graphics/pstricks/contrib/pst-func/tex/pst-func.tex
@@ -31,8 +31,8 @@
% interface to the `xkeyval' package
\pst@addfams{pst-func}
%
-\def\fileversion{0.98}
-\def\filedate{2021/10/30}
+\def\fileversion{0.99}
+\def\filedate{2021/11/03}
\message{`PST-func' v\fileversion, \filedate\space (hv)}
%
\pstheader{pst-func.pro}
@@ -1607,14 +1607,14 @@ grestore
\def\Lorenz@code{
25 dict begin
[ #2 ] dup length /nVal ED
- /Yval ED
+ bubblesort /Yval ED
Yval arraySum /Ysum ED
Yval { Ysum div } forall nVal array astore /YvalRel ED % Pred dist
\if$#1$
/temp {1 nVal div} bind def
[ nVal { temp } repeat ] /XvalRel ED
[ 1 1 nVal { nVal div } for ] /XvalRelCum ED
- YvalRel bubblesort /YvalRel ED
+ %YvalRel bubblesort /YvalRel ED
\else
[ #1 ] /Xval ED
Xval arraySum /Xsum ED