summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdfbin1170691 -> 1171001 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex9
3 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes
index 6be68897dc2..e066af0af18 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/Changes
+++ b/Master/texmf-dist/doc/generic/pst-plot/Changes
@@ -1,4 +1,6 @@
----- pst-plot.tex
+1.42 2012-05-03 - another fix for loglines
+1.41 2012-05-02 - fix for loglines
1.40 2012-03-14 - do not use etex extensions
1.39 2012-03-13 - fixed bug for xLabels/yLabels
1.38 2012-02-23 - added \strut for the x/y axis user labels
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
index 79fb8fda740..759f3c3d1d6 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
Binary files differ
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 ee1080d5b29..fabb93149c6 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
@@ -58,6 +58,7 @@ Manuel Luque;
Jens-Uwe Morawski;
Tobias N\"ahring;
Rolf Niepraschk;
+Martin Paech;
Alan Ristow;
Christine R\"omer;
Arnaud Schmittbuhl
@@ -2029,7 +2030,7 @@ sense, because it is the same as \verb+[sub]ticklines=0+
\psset{unit=4cm}
\pspicture(-0.15,-0.15)(2.5,1)
\psaxes[axesstyle=frame,logLines=y,xticksize=0 1,xsubticksize=1,ylogBase=10,
- tickcolor=red,subtickcolor=blue,tickwidth=1pt,subticks=20,xsubticks=10,
+ tickcolor=red,subtickcolor=blue,tickwidth=1pt,subticks=9,xsubticks=10,
xticklinestyle=dashed,xsubticklinestyle=dashed](2.5,1)
\endpspicture
\end{LTXexample}
@@ -2052,7 +2053,7 @@ It can be changed, when \emph{after} the option \Lkeyword{logLines} the ticksize
\psaxes[subticks=5,xylogBase=10,logLines=all](5,5)
\endpspicture\hspace{1cm}
\pspicture(-1,-1)(5,5)
- \psaxes[subticks=10,axesstyle=frame,xylogBase=10,logLines=all,
+ \psaxes[subticks=9,axesstyle=frame,xylogBase=10,logLines=all,
ticksize=0 5pt,tickstyle=inner](5,5)
\endpspicture
\end{LTXexample}
@@ -2061,7 +2062,7 @@ It can be changed, when \emph{after} the option \Lkeyword{logLines} the ticksize
\psset{unit=4cm}
\pspicture(-0.15,-0.15)(2.5,2)
\psaxes[axesstyle=frame,logLines=y,xticksize=max,xsubticksize=1,ylogBase=10,
- tickcolor=red,subtickcolor=blue,tickwidth=1pt,subticks=20,xsubticks=10](2.5,2)
+ tickcolor=red,subtickcolor=blue,tickwidth=1pt,subticks=9,xsubticks=10](2.5,2)
\endpspicture
\end{LTXexample}
@@ -2069,7 +2070,7 @@ It can be changed, when \emph{after} the option \Lkeyword{logLines} the ticksize
\psset{unit=4}
\pspicture(-0.5,-0.3)(3,1.2)
\psaxes[axesstyle=frame,tickstyle=inner,logLines=x,xlogBase=10,Dy=0.5,tickcolor=red,
- subtickcolor=blue,tickwidth=1pt,ysubticks=5,xsubticks=10](3,1)
+ subtickcolor=blue,tickwidth=1pt,ysubticks=5,xsubticks=9](3,1)
\endpspicture
\end{LTXexample}