summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-ode/examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-04 20:33:01 +0000
committerKarl Berry <karl@freefriends.org>2024-01-04 20:33:01 +0000
commitb2969f21cf31900a4a4544c113f4a7d5a08823ed (patch)
treef4bdd4b802de0222e4ef0a97943257ac12537f9e /Master/texmf-dist/doc/generic/pst-ode/examples
parentcfc342b9d5c49e43431efdf1269b4f610e6eb09f (diff)
pst-ode (4jan24)
git-svn-id: svn://tug.org/texlive/trunk@69296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-ode/examples')
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/examples/ode.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/examples/ode.tex b/Master/texmf-dist/doc/generic/pst-ode/examples/ode.tex
index 2d2f52aa278..fdf6b670e07 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/examples/ode.tex
+++ b/Master/texmf-dist/doc/generic/pst-ode/examples/ode.tex
@@ -10,7 +10,7 @@
\psset{xAxisLabel=$t$,xAxisLabelPos={c,-6ex},yAxisLabelPos={-3ex,c}}
\begin{psgraph}[axesstyle=frame,Ox=-1,](0,0)(0,0)(4,1){10cm}{2.5cm}
\rput(1,0){\psplot[algebraic]{-1}{3}{Euler^(-x^2)}}
- \pstODEsolve[rk4,algebraicIC,algebraic]{TY}{(t) 0}{-1}{3}{7}{1/Euler}{-2*t*y[0]}
+ \pstODEsolve[algebraicIC,algebraic]{TY}{(t) 0}{-1}{3}{5}{1/Euler}{-2*t*y[0]}
\rput(1,0){\listplot[plotstyle=dots,dotsize=0.05,linecolor=red]{TY}}
\end{psgraph}
\end{pspicture}