summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/makeplot/makeplot.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-05 17:02:06 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-04-05 17:02:06 +0000
commit5dec94e2c76cbba73cb9218fd077a6566b79b27e (patch)
tree41bd891e93a6b7ed17e4211c701cf0065e4c6497 /Master/texmf-dist/source/latex/makeplot/makeplot.dtx
parentb059596c2d505d33c6ecd66fe94fd5dbc3502919 (diff)
makeplot v1.0.6
git-svn-id: svn://tug.org/texlive/trunk@7321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/makeplot/makeplot.dtx')
-rw-r--r--Master/texmf-dist/source/latex/makeplot/makeplot.dtx27
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/makeplot/makeplot.dtx b/Master/texmf-dist/source/latex/makeplot/makeplot.dtx
index eec8239864e..4317812c254 100644
--- a/Master/texmf-dist/source/latex/makeplot/makeplot.dtx
+++ b/Master/texmf-dist/source/latex/makeplot/makeplot.dtx
@@ -2,7 +2,7 @@
%
% Doc-Source file to use with LaTeX2e
%
-% Copyright 2005 by Jose-Emilio Vila-Forcen (jemilio@ieee.org)
+% Copyright 2005-2008 by Jose-Emilio Vila-Forcen (jemilio@ieee.org)
%
% All rights reserved.
%
@@ -75,6 +75,7 @@
% \@plotFileE,\@plotFileF,\@plotFileG,\@whiteBG}
% \DoNotIndex{\begin,\CurrentOption,\data,\dataplot,\def,\define@choicekey, \define@key,\dif,\factorX,\factorXmakeplot,\factorY,\factorYmakeplot, \drawmargins,\drawmarginsmakeplot,\ff,\fi,\fillcolorWhiteBG, \fillstyleWhiteBG,\footnotesize,\FPadd,\FPdiv,\FPmul,\heightPlotFactor, \heightPlotFactormakeplot,\highY,\hspace,\ifMP@color,\ifMP@drawmargins, \ifnum,\l,\leftX,\linecolorWhiteBG,\linestyleWhiteBG,\linewidthWhiteBG, \llegendXY,\lowY,\makeatletter,\makeatother,\makebox,\MP@colorfalse, \MP@colortrue,\MP@drawmarginsfalse,\MP@drawmarginstrue,\n,\NeedsTeXFormat, \newcommand,\newenvironment,\newif\normalsize,\nr,\nrr,\orgX,\orgXmakeplot, \orgY,\orgYmakeplot,\posx,\posy,\ProvidesPackage,\psframe,\pshlabel, \psline,\psset,\pst@addfams,\psvlabel,\readdata,\relax,\RequirePackage, \rightX,\rotateleft,\rput,\s,\sep,\sepTx,\sepTxlegendXY,\sepY,\sepYleendXY, \sepYy,\slegendXY,\tickHerex,\tickHerey,\ticky,\tickymakeplot,\typeout, \unitX,\unitY,\val,\vall,\var,\w,widthPlot,\widthPlotmakeplot,\ww,\www, \x,\xa,\xaa,\xaaa,\xaDL,\xaDR,\xamakeplot,\xaOrigin,\xaXY,\xb,\xbb,\xc, \xDiff,\xinc,\xmid,\xp,\xUL,\xUR,\xx,\xz,\xzDL,\xzDR,\xzmakeplot,\xzz, \y,\ya,\yaa,\yaaa,\yaDL,\yaDR,\yamakeplot,\yaOrigin,\yDiff,\yinc,\ymid, \yUL,\yUR,\yz,\yzDL,\yzDR,\yzmakeplot,\yzXY,\factorBOUNDARYx, \factorBOUNDARYxmakeplot,\factorBOUNDARYy,\factorBOUNDARYymakeplot, \framearcWhiteBG,\newif,\gridDx,\gridDxmakeplot,\gridDy,\gridDymakeplot, \widthPlot,\sepYlegendXY,\sepTy,\ProcessOptions,\definecolor}
%
+% \changes{v1.0.6}{2008/01/18}{minor bugs corrected due to other packages updates and improved slightly documentation}
% \changes{v1.0.5}{2005/12/20}{added option big}
% \changes{v1.0.4}{2005/11/23}{corrected small problem that made labels appear twice in the 'ticky' part}
% \changes{v1.0.3}{2005/10/24}{added optional parameters to readdata, changed fileplot to listplot command (allows more options from pstricks-add) and corrected a bug related to the option tickyplot}
@@ -192,7 +193,7 @@
%\begin{quote}
% ylogBase=10, logLines=y, subticks=10, xsubticks=1
%\end{quote}
-%
+% and LogLines can take the values x, y or all.
%
% \DescribeMacro{\makeplot}
% The |\makeplot| macro works as the environment, but once the plot is finished it is needed to write |\end{pspicture}|
@@ -200,11 +201,11 @@
% \subsection{Plotting the data from files}
%
% \DescribeMacro{\plotFile}
-% The |\plotFile\oarg{keys}\marg{file}| macro takes the data from a file and plot it using the existing
+% The |\plotFile|\oarg{keys}\marg{file} macro takes the data from a file and plot it using the existing
% properties for lines in PsTricks taking into account the optional keys given to the command.
%
% \DescribeMacro{\plotFile[ABCDEFG]}
-% These macros have the same configuration as |\plotFile|, but each one uses the line style predefined.
+% These macros have the same configuration as |\plotFile|, but each one uses the line style predefined. It accept the optinal arguments plotNoMax and PlotNo to say how many different plots are in the file and which one is intented to be plot, and nStep, xStart, xEnd, yStart and yEnd in order to select which values of the file should be plot.
%
% \subsection{The legend}
% The |makeplot| package can do very nice legends and without effort. There exists the next keys to control the apearance of the legend:
@@ -477,8 +478,8 @@
% First we test that we got the right format and name the package, and load external packages.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{makeplot}[2005/12/20 %
- v1.0.5 %
+\ProvidesPackage{makeplot}[2008/01/18 %
+ v1.0.6 %
Plots utility from Jose-Emilio Vila-Forcen]%
\RequirePackage[nomessages]{fp}%
\RequirePackage{pst-plot}%
@@ -549,25 +550,25 @@
\newcommand{\MPbg}{%
\def\styleoflineA{%
\psset{linestyle=solid, dash=1pt 0pt 0pt 0pt, dotsep=0pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineB{%
\psset{linestyle=dashed, dash=5pt 5pt 0pt 0pt, dotsep=0pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineC{%
\psset{linestyle=dotted, dash=3pt 2pt 0pt 0pt, dotsep=1pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineD{%
\psset{linestyle=dashed, dash=4pt 1.5pt 1pt 1.5pt, dotsep=3pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineE{%
\psset{linestyle=dotted, dash=1pt 4pt 0pt 0pt, dotsep=3pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineF{%
\psset{linestyle=dashed, dash=6pt 1.5pt 3pt 1.5pt, dotsep=3pt,%
- color=black}}%
+ linecolor=black}}%
\def\styleoflineG{%
\psset{linestyle=dashed, dash=2pt 6pt 0pt 0pt, dotsep=0pt,%
- color=black}}}%
+ linecolor=black}}}%
% \end{macrocode}
% \end{macro}
%