diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-04 22:12:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-04 22:12:50 +0000 |
commit | bc1323c73038ad7c10b4e6b5328e6933df75f941 (patch) | |
tree | c2819804cf07edbabe10d6d9f808f3bddfd49532 /Master/texmf-dist/doc/generic/pst-plot | |
parent | 50604d797e9df931bcfe9aa27e4f3f49bacf38e5 (diff) |
pst-plot (4aug14)
git-svn-id: svn://tug.org/texlive/trunk@34839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-plot')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1217251 -> 1228929 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 28 |
3 files changed, 30 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 54691bdb897..5490ff2fd77 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,7 @@ ----- pst-plot.tex +1.68 2014-08-04 - set trigLabels=false for \psx|yTick + added documentation for options psgrid, gridpara and gridcoor +1.67 2014-07-31 - option showgrid is valid for \psaxes with gridstyleA 1.66 2014-07-30 - option showpoints is valid for \psCoordinates preset to true 1.65 2014-07-12 - allow PostScript expression for \psx|yTick 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 9b61ad2bea5..75e2c6df063 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 15754f1290d..edf562a3bc9 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 56 2014-07-30 07:34:07Z herbert $ +% $Id: pst-plot-doc.tex 64 2014-08-04 07:26:55Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -1144,6 +1144,7 @@ redefinition, then do it for \Lcs{pst@@@hlabel} and \Lkeyword{plotstyle} & style & \Lkeyval{line} & \pageref{plotstyle}\\ \Lkeyword{polarplot} & boolean & \false & \pageref{polarplots}\\ \Lkeyword{PSfont} & PS font & \Lkeyval{Times-Romasn} & \pageref{values}\\ +\Lkeyword{psgrid} & boolean & \false & \pageref{psgrid}\\ \Lkeyword{quadrant} & integer & 4 & \pageref{quadrant}\\ \Lkeyword{subtickcolor} & color & \Lkeyval{darkgray} & \pageref{tickcolor}\\ \Lkeyword{subticklinestyle} & \Lkeyval{solid}|\Lkeyval{dashed}|\Lkeyval{dotted}|\Lkeyval{none} @@ -2716,6 +2717,31 @@ This is only a demonstration that the default option \xLkeyword{xylogBase}=\{\} \end{LTXexample} + +\subsection{Option \nxLkeyword{psgrid}, \nxLkeyword{gridcoor}, and \nxLkeyword{gridpara}}\label{psgrid} + +A simple grid can be set with the optional argument \Lkeyword{psgrid} which uses +the setting of \Lkeyword{gridpara} and \Lkeyword{gridcoor}. +\Lkeyword{gridpara} is preset to +\begin{lstlisting} +\gridpara={gridlabels=0pt,gridcolor=red!30,subgridcolor=green!30, + subgridwidth=0.5\pslinewidth,subgriddiv=5},... +\end{lstlisting} + +\begin{LTXexample}[pos=t] +\usepackage{pst-plot} +\psset{llx=-5mm,lly=-5mm,urx=5mm,ury=5mm,labelFontSize=\scriptstyle, + algebraic,plotpoints=200,psgrid,gridcoor={(0,0)(9,4)}} +\begin{psgraph}[linecolor=gray]{->}(0,0)(9,4){10cm}{!} +\psplot[linecolor=NavyBlue]{0}{9}{sqrt(x)}% needs dvipsnames +\psdots(*2 {sqrt(2)})(4,2)(4,0) +\uput[90](*2 {sqrt(2)}){$(x,y)$}\uput[90](4,2){$(4,2)$}\uput[90](4,0){$(4,0)$} +\rput(7,2.2){\textcolor{NavyBlue}{$y=\sqrt{x}$}} +\end{psgraph} +\end{LTXexample} + +%$ + %------------------------------------------------------------------------------------ \section{New options for \nxLcs{readdata}}\label{ignorelines} %------------------------------------------------------------------------------------ |