diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-20 22:56:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-20 22:56:55 +0000 |
commit | e7b67086abd330ff0b6a29c64adc4fb7854b398b (patch) | |
tree | fca5cd1a72526241849b50b2aef5335a84628911 /Master/texmf-dist/tex/generic/pst-plot | |
parent | 46128c8be93ce0af49085f64ba84fbf08d1406c2 (diff) |
pst-plot (20mar17)
git-svn-id: svn://tug.org/texlive/trunk@43556 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 | 15 |
1 files changed, 10 insertions, 5 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 70eb527b170..4c527a0f4a0 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot.tex 304 2016-05-18 17:25:06Z herbert $ +% $Id: pst-plot.tex 393 2017-03-20 08:00:05Z herbert $ %% %% BEGIN 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.76} -\def\filedate{2017/01/18} +\def\fileversion{1.77} +\def\filedate{2017/03/20} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -1676,13 +1676,18 @@ D\space##1% \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} +% \def\psCoordinates{\pst@object{psCoordinates}} \def\psCoordinates@i(#1){% \pst@killglue% \begingroup - \addbefore@par{showpoints} + \addbefore@par{showpoints=false,markPoint} \use@par - \psline(#1|0,0)(#1)\psline(#1)(0,0|#1)\ifshowpoints\psdot(#1)\fi% + \psline(#1|0,0)(#1)% single lines to allow arrows + \psline(#1)(0,0|#1)% + \ifPst@markPoint\psdot(#1)\fi% \endgroup \ignorespaces } |