summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdfbin54836 -> 16022 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tuc6
-rw-r--r--Master/texmf-dist/doc/generic/pgfplots/README17
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdfbin366263 -> 366475 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2bin2035770 -> 2038829 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdfbin12941784 -> 12992705 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdfbin34575 -> 34575 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdfbin707494 -> 707649 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdfbin173487 -> 173738 bytes
-rw-r--r--Master/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdfbin34260 -> 34260 bytes
10 files changed, 19 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdf b/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdf
index bd8e876bac5..38475624698 100644
--- a/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdf
+++ b/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tuc b/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tuc
index 6f7704a82bc..483f8ab2b8c 100644
--- a/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tuc
+++ b/Master/texmf-dist/doc/context/third/pgfplots/pgfplotsexample-context.tuc
@@ -2,9 +2,9 @@ local utilitydata = { }
utilitydata.comment={
["escape"]="[===[ ... ]===]",
- ["file"]="tex.jobname",
+ ["file"]="pgfplotsexample-context",
["format"]="cont-en",
- ["stamp"]="2016.05.17 19:20",
+ ["stamp"]="2017.06.04 16:55",
["version"]=1.3,
}
@@ -103,7 +103,7 @@ utilitydata.structures.counters.collected={
{ 1 },
},
["subpage"]={
- { 0 },
+ { 1 },
},
["table"]={
{ 0 },
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README
index 347db8d8c0f..b8446037596 100644
--- a/Master/texmf-dist/doc/generic/pgfplots/README
+++ b/Master/texmf-dist/doc/generic/pgfplots/README
@@ -23,7 +23,7 @@ Please take a look at
and
doc/latex/pgfplots/pgfplotstable.pdf.
-Copyright 2007-2016 by Christian Feuersaenger.
+Copyright 2007-2017 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
@@ -40,6 +40,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
HISTORY:
+1.16:
+- fixed bug #111 [fillbetween] strange behavior when `soft clip` is used and one of the paths touches the axis border
+- fixed bug #183: Nan in the first line of a numeric table was interpreted as column name
+- fixed bug #187 Wrong output from mod in axis
+- fixed bug #109 `visualization depends on` doesn't work with table from pgfplotstable is now fixed for numeric values
+- fixed bug: \pgfplotstablenew was unable to create tables with 0 or 1 rows.
+- fixed bug: 114 fillbetween suffered from inaccuracy (produced invisible segments)
+- fixed bug #139 [fillbetween] numerical issues with dense points
+- fixed bug #153: \begin{tikzpicture}[scale=...] combined with fill between or
+ 'set layers' resulted in a wrong bounding box
+- \addplot gnuplot: autodetected unbounded coordinates
+- new feature: parse tick positions using math parser (tracker #69)
+- new feature: programmatic access to axis coordinates for given canvas coordinates (\pgfplotspointgetcoordinates, tracker 68)
+- new feature: 'x filter/.append expression', a stackable variant of 'x filter/.expression'
+
1.15: bugfix release
- fixed regression: fpu caused forest library to fail as soon as one loads pgfplots
- fixed bug #149 : \edef{...\to...} was wrong and caused \pgfplotstablevertcat to fail
diff --git a/Master/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf b/Master/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf
index a5aef7f1899..ce7d1fe4f7c 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf
+++ b/Master/texmf-dist/doc/latex/pgfplots/TeX-programming-notes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2 b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2
index e1a927fe114..f3b01edfe8a 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.doc.src.tar.bz2
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
index cce27e2f33c..b8dfc2f043e 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf b/Master/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf
index 61f35827ebb..97c36f0ca50 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotsexample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf
index 702b1c47c5f..15b9e119c26 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstable.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdf b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdf
index e72d19b00c6..702b0ad34e4 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdf
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdf b/Master/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdf
index 0ea082a72e6..e0cdc5707e9 100644
--- a/Master/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdf
+++ b/Master/texmf-dist/doc/plain/pgfplots/pgfplotsexample-plain.pdf
Binary files differ