diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-25 00:33:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-25 00:33:53 +0000 |
commit | 7ca4082666f4f857a378a5330e889aa36051e02b (patch) | |
tree | 6598427df453c23847b2b8eed6602459e9243cb9 /Master/texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.tex | |
parent | 7b47a6fc77ad486993f61d5ecdcd884a64f331da (diff) |
pstricks-add 3.00 (23jan08)
git-svn-id: svn://tug.org/texlive/trunk@6394 c570f23f-e606-0410-a88d-b1316a301751
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} |