diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README index 0f9546dbbf6..84b0ac72773 100644 --- a/Master/texmf-dist/doc/generic/pgfplots/README +++ b/Master/texmf-dist/doc/generic/pgfplots/README @@ -46,6 +46,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. HISTORY: +1.5.1: +- more operations for FPU library (==, !=,<=,>=,?) +- fixed bug in usage of decorations in \addplot +- bugfix for contour prepared format=matlab +- added 'const plot mark mid' and 'jump mark mid' plot handlers +- nodes on a plot (\addplot ... node[pos=<fraction>] {};) +- 'trim axis group left' and 'trim axis group right' +- bugfixes for polar axes and log+stacked plots +- added style 'log ticks with fixed point' +- introduced patched tikz paths to simplify circles and ellipses within an axis +- patchplots lib: patch type=polygon +- some more bugfixes + 1.5: - Contour plots, - Histograms, |