diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-31 22:11:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-31 22:11:28 +0000 |
commit | 5d0960aa5419651a9c9b6503e44be2f098831ef1 (patch) | |
tree | eee73b4a8c0cf7a2800728fc7f36f34e010b72b6 /Master/texmf-dist/doc | |
parent | ed5d91a5bda84eb1da6f61d50ea6bf5aa1d9ad24 (diff) |
pst-plot (31aug18)
git-svn-id: svn://tug.org/texlive/trunk@48526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1346569 -> 1331838 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 59 |
3 files changed, 59 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index d92ab8d9599..f6a73776d22 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,5 @@ ----- pst-plot.tex +1.91 2018-08-31 - fix for showorigin and triglabels 1.90 2018-03-28 - fix for showoriginfalse and yAxis=false 1.89 2018-02-18 - fix for trailing space in loglines=all 1.88 2018-02-14 - add ignoreLines also for \psreadDataColumn diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf Binary files differindex c9f1fdd94d7..f622e6d7a8e 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex index c2edfbbf603..8eba29b72bb 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex @@ -1,10 +1,11 @@ -% $Id: pst-plot-doc.tex 734 2018-02-17 19:05:21Z herbert $ +% $Id: pst-plot-doc.tex 799 2018-08-31 16:27:35Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles \usepackage[utf8]{inputenc} \usepackage{pst-ode, pst-node, + pst-calculate, pst-plot } \let\pstFV\fileversion @@ -2113,8 +2114,64 @@ or alternatively with \Lkeyword{ytrigLabels}=\true. \end{lstlisting} +\clearpage + +\psset{yAxis=false,xtrigLabels,xtrigLabelBase=3} + +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\def\pi{\omega}% Hold it local +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\def\pi{\sqrt2}% Hold it local +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\psset{trigLabels=false} +\begin{pspicture}(-\psPi,-10mm)(\psPiTwo,12pt) +\psaxes[dx=\pscalculate{3.14/2},Dx=90,Ox=-180](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + + +\bigskip +\begin{lstlisting} +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\def\pi{\omega}% Hold it local +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\begin{pspicture}(-\psPi,-5mm)(\psPiTwo,12pt) +\def\pi{\sqrt2}% Hold it local +\psaxes[dx=\pstRadUnit,Ox=-3](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} + +\bigskip +\psset{trigLabels=false} +\begin{pspicture}(-\psPi,-10mm)(\psPiTwo,12pt) +\psaxes[dx=\pscalculate{3.14/2},Dx=90,Ox=-180](-\psPi,-12pt)(\psPiTwo,12pt) +\end{pspicture} +\end{lstlisting} + + \psset{trigLabels=false,labelFontSize=\scriptstyle,unit=1cm} + + + \clearpage %-------------------------------------------------------------------------------------- |