texlive[43898] Master/texmf-dist: pst-plot (17apr17)

commits+karl at tug.org commits+karl at tug.org
Tue Apr 18 00:25:13 CEST 2017


Revision: 43898
          http://tug.org/svn/texlive?view=revision&revision=43898
Author:   karl
Date:     2017-04-18 00:25:13 +0200 (Tue, 18 Apr 2017)
Log Message:
-----------
pst-plot (17apr17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-plot/Changes
    trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
    trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
    trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-plot/Changes	2017-04-17 22:24:58 UTC (rev 43897)
+++ trunk/Master/texmf-dist/doc/generic/pst-plot/Changes	2017-04-17 22:25:13 UTC (rev 43898)
@@ -1,4 +1,5 @@
 ----- pst-plot.tex
+1.78  2017-04-16  - remove change of showorigin in \pst at hlabels
 1.77  2017-03-20  - new optional argument for \psCoordinates
 1.76  2017-01-18  - allow yLabels and xLabels for negative axes
 1.75  2016-05-18  - fix bug with psgraph and position of labels

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex	2017-04-17 22:24:58 UTC (rev 43897)
+++ trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex	2017-04-17 22:25:13 UTC (rev 43898)
@@ -1,4 +1,4 @@
-% $Id: pst-plot-doc.tex 393 2017-03-20 08:00:05Z herbert $
+% $Id: pst-plot-doc.tex 395 2017-03-21 09:24:38Z herbert $
 \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
     headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc}
 \listfiles

Modified: trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex	2017-04-17 22:24:58 UTC (rev 43897)
+++ trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex	2017-04-17 22:25:13 UTC (rev 43898)
@@ -23,8 +23,8 @@
 \ifx\PSTFPloaded\endinput\else   \input pst-fp.tex  \fi
 \ifx\MultidoLoaded\endinput\else \input multido.tex \fi
 %
-\def\fileversion{1.77}
-\def\filedate{2017/03/20}
+\def\fileversion{1.78}
+\def\filedate{2017/04/16}
 \message{ v\fileversion, \filedate\space (tvz,hv)}
 %
 \edef\TheAtCode{\the\catcode`\@}
@@ -1200,7 +1200,7 @@
 \psset[pst-plot]{dy=0}
 %
 \define at boolkey[psset]{pst-plot}[]{showorigin}[true]{}
-\psset[pst-plot]{showorigin}
+\psset[pst-plot]{showorigin=true}
 %
 \long\def\psrotatebox#1#2{%
   \leavevmode
@@ -1351,9 +1351,9 @@
       \edef\@xyDecimals{\psk at xDecimals}%
 %      \ifnum\psk at ticks<\tw@  % ticks=all|x
       \ifnum\psk at labels<\tw@  % labels=all|x
-        \ifx\psk at xlogBase\@empty%
-          \pshlabel{\psk at xlabelFontSize\expandafter\@LabelComma##1..\@nil\psk at xlabelFactor}%
-        \else%
+        \ifx\psk at xlogBase\@empty
+          \pshlabel{\psk at xlabelFontSize\expandafter\@LabelComma##1..\@nil\psk at xlabelFactor}
+        \else
           \ifPst at xmathLabel%
             \pshlabel{\psk at xlabelFontSize\psk at xlogBase^{\expandafter\@stripDecimals##1..\@nil}}%
           \else%
@@ -2369,12 +2369,12 @@
     \pst at cnta=#1\relax%                % Distance (in sp) to end.
     \divide\pst at cnta\psk at dx\relax%     % Number of ticks/labels
     \ifnum\pst at cnta=\z@\else%
-      \pst at dimb=\psk at dx sp%            % Space between ticks.
-        \ifPst at yAxis\else\showorigintrue\fi%
-        \ifnum\psk at labels<\tw@\ifPst at xAxis\pst@@hlabels\fi\fi%
-        \showoriginfalse%
-    \fi%
-  \fi%
+      \pst at dimb=\psk at dx sp             % Space between ticks.
+%        \ifPst at yAxis\else\showorigintrue\fi  %%%% 20170417
+        \ifnum\psk at labels<\tw@ \ifPst at xAxis\pst@@hlabels\fi\fi
+        \showoriginfalse
+    \fi
+  \fi
  \else
 %  \pst at cnta=#1\relax%                % Distance (in sp) to end.
 %  \edef\pst at tempA{\strip at pt#1}%
@@ -2408,7 +2408,7 @@
       \ifshoworigin\hbox to \z@{\hss\pst@@@hlabel{\psk at Ox}\hss}\fi%
       \mmultido{\nA=\psk at Ox+\psk at Dx}{\pst at cnta}{%
         \hskip\pst at dimb\hbox to \z@{\hss%
-          \ifdim\nA pt=\z@ \pst@@@hlabel{0}%
+          \ifdim\nA pt=\z@ \ifshoworigin\pst@@@hlabel{0}\fi
           \else\expandafter\pst@@@hlabel{\nA}%
           \fi% prevent -0, doesn't work with \ifnum
         \hss}%
@@ -2462,12 +2462,12 @@
       \vbox to \z@{%
         \vss\hbox to\z@{%
         \ifcase\psk at ylabelPos % and also check for -0
-	  \hss\ifdim\nA pt=\z@ \pst@@@vlabel{0}\else\pst@@@vlabel{\nA}\fi%
+	  \hss\ifdim\nA pt=\z@ \ifshoworigin\pst@@@vlabel{0}\fi\else\pst@@@vlabel{\nA}\fi%
 	    \hskip\psylabelsep\hskip-\pst at yticksizeA\or% top = 1
-	  \hss\ifdim\nA pt=\z@\pst@@@vlabel{0}\else\pst@@@vlabel{\nA}\fi%
+	  \hss\ifdim\nA pt=\z@ \ifshoworigin\pst@@@vlabel{0}\fi\else\pst@@@vlabel{\nA}\fi%
 	  \ifdim\psylabelsep=\z@\hss\else\kern-\psylabelsep\fi\or% right=2
 	  \hskip\pst at yticksizeB\hskip\psylabelsep
-	  \ifdim\nA pt=\z@ \pst@@@vlabel{0}\else\pst@@@vlabel{\nA}\fi% bottom
+	  \ifdim\nA pt=\z@ \ifshoworigin\pst@@@vlabel{0}\fi\else\pst@@@vlabel{\nA}\fi% bottom
 	\fi}\vss}%
     }\vss}%
 }



More information about the tex-live-commits mailing list