summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-27 23:45:11 +0000
committerKarl Berry <karl@freefriends.org>2013-03-27 23:45:11 +0000
commitcfb1e943eb2782734fb13768cf8242e6a03aa904 (patch)
tree59470eac1319852a3b8726e3308923e0e1019bb5 /Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
parent02aa64ea1b6cd28f8217d06507a941c70d39dd9a (diff)
pgfplots
git-svn-id: svn://tug.org/texlive/trunk@29531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex120
1 files changed, 0 insertions, 120 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
deleted file mode 100644
index 11adc2855a6..00000000000
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.tex
+++ /dev/null
@@ -1,120 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% Package pgfplots.sty documentation.
-%
-% Copyright 2007/2008 by Christian Feuersaenger.
-%
-% This program is free software: you can redistribute it and/or modify
-% it under the terms of the GNU General Public License as published by
-% the Free Software Foundation, either version 3 of the License, or
-% (at your option) any later version.
-%
-% This program is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-% GNU General Public License for more details.
-%
-% You should have received a copy of the GNU General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
-%
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% SEE pgfplots-macros.tex as well!
-\input{pgfplots.preamble.tex}
-
-%\RequirePackage[german,english,francais]{babel}
-
-\def\matlabcolormaptext{This colormap is similar to one shipped with Matlab (\textregistered) under a similar name.}
-
-\IfFileExists{tikzlibraryspy.code.tex}{%
-\usetikzlibrary{spy}
-}{%
- \message{ERROR: tikz SPY library NOT available. The manual will only compile partially.^^J}%
-}%
-
-\usetikzlibrary{decorations.markings}
-
-\usepgfplotslibrary{%
- ternary,
- smithchart,
- patchplots,
- polar,
- colormaps,
-}
-\pgfqkeys{/codeexample}{%
- every codeexample/.append style={
- /pgfplots/every ternary axis/.append style={
- /pgfplots/legend style={fill=graphicbackground},
- }
- },
- tabsize=4,
-}
-
-\pgfplotsmanualenableexternalizationofexpensive
-
-%\usetikzlibrary{external}
-%\tikzexternalize[prefix=figures/]{pgfplots}
-
-\title{%
- Manual for Package \PGFPlots\\
- {\small 2D/3D Plots in \LaTeX, Version \pgfplotsversion}\\
- {\small\href{http://sourceforge.net/projects/pgfplots}{http://sourceforge.net/projects/pgfplots}}
- %\\{\small Attention: you are using an unstable development version.}
-}
-
-%\includeonly{pgfplots.intro}
-
-
-\begin{document}
-
-\def\plotcoords{%
-\addplot coordinates {
-(5,8.312e-02) (17,2.547e-02) (49,7.407e-03)
-(129,2.102e-03) (321,5.874e-04) (769,1.623e-04)
-(1793,4.442e-05) (4097,1.207e-05) (9217,3.261e-06)
-};
-
-\addplot coordinates{
-(7,8.472e-02) (31,3.044e-02) (111,1.022e-02)
-(351,3.303e-03) (1023,1.039e-03) (2815,3.196e-04)
-(7423,9.658e-05) (18943,2.873e-05) (47103,8.437e-06)
-};
-
-\addplot coordinates{
-(9,7.881e-02) (49,3.243e-02) (209,1.232e-02)
-(769,4.454e-03) (2561,1.551e-03) (7937,5.236e-04)
-(23297,1.723e-04) (65537,5.545e-05) (178177,1.751e-05)
-};
-
-\addplot coordinates{
-(11,6.887e-02) (71,3.177e-02) (351,1.341e-02)
-(1471,5.334e-03) (5503,2.027e-03) (18943,7.415e-04)
-(61183,2.628e-04) (187903,9.063e-05) (553983,3.053e-05)
-};
-
-\addplot coordinates{
-(13,5.755e-02) (97,2.925e-02) (545,1.351e-02)
-(2561,5.842e-03) (10625,2.397e-03) (40193,9.414e-04)
-(141569,3.564e-04) (471041,1.308e-04)
-(1496065,4.670e-05)
-};
-}%
-
-
-\include{pgfplots.title_abstract_intro}
-\include{pgfplots.preliminaries}%
-\include{pgfplots.install}%
-\include{pgfplots.intro}%
-\include{pgfplots.reference}%
-\include{pgfplots.libs}%
-\include{pgfplots.resources}%
-\include{pgfplots.importexport}%
-\include{pgfplots.basic.reference}%
-
-\printindex
-
-\bibliographystyle{abbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain}
-\nocite{pgfplotstable}
-\nocite{programmingnotes}
-\bibliography{pgfplots}
-\end{document}