diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-12 22:35:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-12 22:35:24 +0000 |
commit | 6f713318f87f97bac590e57b86ed2a58bc4e7a25 (patch) | |
tree | c8474c53894f9cc6530ba1e3b516dfdf6bd632d2 /Master/texmf-dist/doc | |
parent | 30805115760a177fe5e900fba3a50daa015cd619 (diff) |
pst-plot (12dec17)
git-svn-id: svn://tug.org/texlive/trunk@46052 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/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1341464 -> 1342048 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index b956516be5e..fcd95a468eb 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.87 2017-12-12 - fix for ylabelFactor and polarplot 1.86 2017-11-16 - fix for trailing spaces in x|ylabelPos 1.85 2017-11-12 - try to prevent overfull hbox for the x axis used \hbox to 0pt [...\hss} diff --git a/Master/texmf-dist/doc/generic/pst-plot/README b/Master/texmf-dist/doc/generic/pst-plot/README index a768d8140d1..928536d9b92 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/README +++ b/Master/texmf-dist/doc/generic/pst-plot/README @@ -15,3 +15,7 @@ local TeX installation, otherwise get it from a CTAN server, f.ex. http://mirror.ctan.org/graphics/pstricks/ pst-plot97.tex is only here for some hostorical reason. + +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. 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 18d8a4aaccd..fcb586f654b 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 795b8768635..6b0468faf8c 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,4 +1,4 @@ -% $Id: pst-plot-doc.tex 648 2017-11-16 12:02:14Z herbert $ +% $Id: pst-plot-doc.tex 686 2017-12-11 20:16:01Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -1397,7 +1397,8 @@ lines (\Lkeyword{xsubticks}). \begin{pspicture}(-3,-1)(4.5,4.5) \psaxes[axesstyle=polar, subticklinestyle=dashed, - subticks=2,Dy=20](4,140) + subticks=2,Dy=20,Oy=20, + ylabelFactor=^\circ](4,140) \psline[linewidth=2pt]{->}(4;15) \psline[linewidth=2pt]{->}(2;40) \psline{->}(2;10)(3;85) |