diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex index d5233e322d4..a4f585e9cff 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex +++ b/Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex @@ -1,3 +1,4 @@ +%% $Id: pstricks-add-doc.tex 5 2007-12-24 12:49:08Z herbert $ \documentclass[12pt]{article} \listfiles \usepackage{filecontents} @@ -3251,10 +3252,11 @@ Now we have to use the easy math function $y=x$ because the x axis is still $\lo \psset{yunit=3cm,xunit=2cm} \begin{pspicture}(-1.25,-1.25)(4.25,1.5) \uput[-90](4.25,-1){x} - \uput[0](-1,1){y} + \uput[0](-1,1.25){y} \rput(0,1){$y=\sin x$} \psplot[linewidth=2pt,plotpoints=5000,linecolor=red]{-1}{3.5}{10 x exp sin } - \psaxes[xlogBase=10,Oy=-1]{->}(-1,-1)(4.25,1.25) + \psaxes[xlogBase=10,Oy=-1,Ox=-1]{->}(-1,-1)(4.25,1.25) + \psline[linestyle=dashed](!0 1)(!90 log 1)(!90 log 0) \end{pspicture} \end{center} @@ -3262,10 +3264,13 @@ Now we have to use the easy math function $y=x$ because the x axis is still $\lo \psset{yunit=3cm,xunit=2cm} \begin{pspicture}(-1.25,-1.25)(4.25,1.5) \uput[-90](4.25,-1){x} - \uput[0](-1,1){y} + \uput[0](-1,1.25){y} \rput(0,1){$y=\sin x$} \psplot[linewidth=2pt,plotpoints=5000,linecolor=red]{-1}{3.5}{10 x exp sin } - \psaxes[xlogBase=10,Oy=-1,Ox=-1]{->}(-1,-1)(4.25,1.25) + \psaxes[xlogBase=10,Ox=-1,Oy=-1]{->}(-1,-1)(4.25,1.25) + \psline[linestyle=dashed](-1,0)(4,0) + \psline[linestyle=dashed](!-1 1)(!90 log 1)(!90 log -1) + \psline[linestyle=dashed](!90 log 1)(!180 log 1)(!180 log -1) \end{pspicture} \end{lstlisting} |