diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/datatool/dataplot.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/datatool/dataplot.sty | 71 |
1 files changed, 36 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/datatool/dataplot.sty b/Master/texmf-dist/tex/latex/datatool/dataplot.sty index 83eaef56ebb..48500c6843c 100644 --- a/Master/texmf-dist/tex/latex/datatool/dataplot.sty +++ b/Master/texmf-dist/tex/latex/datatool/dataplot.sty @@ -7,7 +7,7 @@ %% datatool.dtx (with options: `dataplot.sty,package') %% %% datatool.dtx -%% Copyright 2007 Nicola Talbot +%% Copyright 2009 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{dataplot}[2007/08/17 v1.01 (NLCT)] +\ProvidesPackage{dataplot}[2009/02/27 v2.0 (NLCT)] \RequirePackage{xkeyval} \RequirePackage{tikz} \RequirePackage{datatool} @@ -51,43 +51,44 @@ \DTLconverttodecimal{\dtl@y}{\dtl@decy}% \pgfplotstreampoint{\pgfpointxy{\dtl@decx}{\dtl@decy}}}} \newcommand*{\DTLplotmarks}{% -\pgfuseplotmark{o},% -\pgfuseplotmark{x},% -\pgfuseplotmark{+},% -\pgfuseplotmark{square},% -\pgfuseplotmark{triangle},% -\pgfuseplotmark{diamond},% -\pgfuseplotmark{pentagon},% -\pgfuseplotmark{asterisk},% -\pgfuseplotmark{star}} + \pgfuseplotmark{o},% + \pgfuseplotmark{x},% + \pgfuseplotmark{+},% + \pgfuseplotmark{square},% + \pgfuseplotmark{triangle},% + \pgfuseplotmark{diamond},% + \pgfuseplotmark{pentagon},% + \pgfuseplotmark{asterisk},% + \pgfuseplotmark{star}% +} \newcommand*{\DTLplotmarkcolors}{% -red,% -green,% -blue,% -yellow,% -magenta,% -cyan,% -orange,% -black,% -gray} + red,% + green,% + blue,% + yellow,% + magenta,% + cyan,% + orange,% + black,% + gray} \newcommand*{\DTLplotlines}{% -\pgfsetdash{}{{0pt}},% solid line -\pgfsetdash{{10pt}{5pt}}{0pt},% -\pgfsetdash{{5pt}{5pt}}{0pt},% -\pgfsetdash{{1pt}{5pt}}{0pt},% -\pgfsetdash{{5pt}{5pt}{1pt}{5pt}}{0pt},% -\pgfsetdash{{1pt}{3pt}}{0pt},% + \pgfsetdash{}{0pt},% solid line + \pgfsetdash{{10pt}{5pt}}{0pt},% + \pgfsetdash{{5pt}{5pt}}{0pt},% + \pgfsetdash{{1pt}{5pt}}{0pt},% + \pgfsetdash{{5pt}{5pt}{1pt}{5pt}}{0pt},% + \pgfsetdash{{1pt}{3pt}}{0pt},% } \newcommand*{\DTLplotlinecolors}{% -red,% -green,% -blue,% -yellow,% -magenta,% -cyan,% -orange,% -black,% -gray} + red,% + green,% + blue,% + yellow,% + magenta,% + cyan,% + orange,% + black,% + gray} \newlength\DTLplotwidth \setlength\DTLplotwidth{4in} \newlength\DTLplotheight |