diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-18 23:04:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-18 23:04:32 +0000 |
commit | 837af85a3ef1e4036e52b10bc4036efc3f939438 (patch) | |
tree | d3519c074553909f609a8b48c6a91203d19c0ae8 /Master/texmf-dist/tex/generic/pst-plot | |
parent | c16eba57c750a93bfdad4934b730bd2bbb93eb8a (diff) |
pst-plot (18aug17)
git-svn-id: svn://tug.org/texlive/trunk@45068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-plot')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index f4f970b0973..e46dd900cf4 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -23,8 +23,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.79} -\def\filedate{2017/05/22} +\def\fileversion{1.80} +\def\filedate{2017/05/23} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -1659,7 +1659,9 @@ D\space##1% \pst@number\psyunit div neg ){\pshlabel{#3\vphantom{1}}}% }\ignorespaces} % -%% #1 : optional arguments passed to psline +% +% +%% #1 : optional arguments passed to psline and \rput %% #2 : rotating angle %% #3 : y value %% #4 : label @@ -1672,9 +1674,9 @@ D\space##1% \use@par \edef\temp@coor{(!\pst@number\pst@yticksizeB \pst@number\psxunit div #2)(!\pst@number\pst@yticksizeA \pst@number\psxunit div #2)}% \expandafter\psline\temp@coor - \rput[r]{#1}(!\psk@origin - \pst@number\pst@yticksizeB \pst@number\psylabelsep add - \pst@number\psxunit div neg #2){\psvlabel{#3}}}\ignorespaces} + \rput[r]{#1}(!\psk@origin + \pst@number\pst@yticksizeB \pst@number\psylabelsep add + \pst@number\psxunit div neg #2){\psvlabel{#3}}}\ignorespaces} % \define@boolkey[psset]{pst-plot}[Pst@]{markPoint}[true]{}% \psset[pst-plot]{markPoint} @@ -2540,26 +2542,26 @@ D\space##1% \use@keep@par % \egroup% \pstFPsub\pst@tempA{#3}{#1}% - \pst@dimm=#5% - \pst@dimo=\pst@tempA pt% + \pst@dimm=#5 + \pst@dimo=\pst@tempA pt \pstFPdiv\pst@@dx{\strip@pt\pst@dimm}{\pst@tempA}% - \pst@xunit=\pst@@dx\p@% + \pst@xunit=\pst@@dx\p@ % - \ifx!#6\let\pst@yunit=\pst@xunit\else% - \pst@dimm=#6% + \ifx!#6\let\pst@yunit=\pst@xunit\else + \pst@dimm=#6 % \pst@dimm=\pst@@dx\pst@dimo\else\pst@dimm=#6\fi% \pstFPsub\pst@tempA{#4}{#2}% \pstFPdiv\pst@@dy{\strip@pt\pst@dimm}{\pst@tempA}% - \pst@yunit=\pst@@dy\p@% - \fi% + \pst@yunit=\pst@@dy\p@ + \fi % - \pst@dimm=#1\pst@xunit\advance\pst@dimm by \psk@llx% - \pst@dimn=#2\pst@yunit\advance\pst@dimn by \psk@lly% - \pst@dimo=#3\pst@xunit\advance\pst@dimo by \psk@urx% - \pst@dimp=#4\pst@yunit\advance\pst@dimp by \psk@ury% - \if@star\pspicture*(\pst@dimm,\pst@dimn)(\pst@dimo,\pst@dimp)\else% - \pspicture(\pst@dimm,\pst@dimn)(\pst@dimo,\pst@dimp)\fi% - \let\psxunit\pst@xunit \let\psyunit\pst@yunit% + \pst@dimm=#1\pst@xunit\advance\pst@dimm by \psk@llx + \pst@dimn=#2\pst@yunit\advance\pst@dimn by \psk@lly + \pst@dimo=#3\pst@xunit\advance\pst@dimo by \psk@urx + \pst@dimp=#4\pst@yunit\advance\pst@dimp by \psk@ury + \if@star\pspicture*(\pst@dimm,\pst@dimn)(\pst@dimo,\pst@dimp)\else + \pspicture(\pst@dimm,\pst@dimn)(\pst@dimo,\pst@dimp)\fi + \let\psxunit\pst@xunit \let\psyunit\pst@yunit \ifdim\pst@xunit=\pst@yunit\relax\psset[pstricks]{runit=\pst@xunit}\fi% \bgroup \use@par |