summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex
diff options
context:
space:
mode:
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.tex14
1 files changed, 7 insertions, 7 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 00bac51fcf1..bd34476ee19 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
@@ -1184,11 +1184,11 @@ The integral sin and cosin are defined as
\begin{LTXexample}[pos=t]
\psset{xunit=0.5}
-\begin{pspicture}(-15,-4.5)(15,2)
- \psaxes[dx=1cm,Dx=2]{->}(0,0)(-15.1,-4)(15,2)
- \psplot[plotpoints=1000]{-14.5}{14.5}{ x RadtoDeg sin x div }
- \psSi[plotpoints=1500,linecolor=red,linewidth=1pt]{-14.5}{14.5}
- \pssi[plotpoints=1500,linecolor=blue,linewidth=1pt]{-14.5}{14.5}
+\begin{pspicture}(-14,-4.5)(14,2)
+ \psaxes[dx=1cm,Dx=2]{->}(0,0)(-13.1,-4)(13,2)
+ \psplot[plotpoints=1000]{-12.5}{12.5}{ x RadtoDeg sin x div }
+ \psSi[plotpoints=1500,linecolor=red,linewidth=1pt]{-12.5}{12.5}
+ \pssi[plotpoints=1500,linecolor=blue,linewidth=1pt]{-12.5}{12.5}
\rput(-5,1.5){\color{red}$Si(x)=\int\limits_{0}^x \frac{\sin(t)}{t}\dt$}
\rput(8,-1.5){\color{blue}$si(x)=-\int\limits_{x}^{\infty} \frac{\sin(t)}{t}\dt=Si(x)-\frac{\pi}{2}$}
\rput(8,.5){$f(x)= \frac{\sin(t)}{t}$}
@@ -1199,8 +1199,8 @@ The integral sin and cosin are defined as
\begin{LTXexample}[pos=t]
\psset{xunit=0.5}
-\begin{pspicture*}(-15,-4.2)(15,4.2)
- \psaxes[dx=1cm,Dx=2]{->}(0,0)(-15.1,-4)(15,4)
+\begin{pspicture*}(-13,-4.2)(13,4.2)
+ \psaxes[dx=1cm,Dx=2]{->}(0,0)(-12.1,-4)(12,4)
\psplot[plotpoints=1000]{-14.5}{14.5}{ x RadtoDeg cos x Div }
\psCi[plotpoints=500,linecolor=red,linewidth=1pt]{-11.5}{11.5}
\psci[plotpoints=500,linecolor=blue,linewidth=1pt]{-11.5}{11.5}