changeset 23486:fec7e5b14fb2

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Thu, 11 May 2017 12:03:16 -0700
parents 3ace16b8f062 (current diff) 2f90ac754550 (diff)
children af2f1f3dbe06
files scripts/plot/util/print.m
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Wed May 10 20:05:23 2017 +0100
+++ b/scripts/plot/util/print.m	Thu May 11 12:03:16 2017 -0700
@@ -91,15 +91,15 @@
 ##   @itemx ps2
 ##   @itemx psc
 ##   @itemx psc2
-##     PostScript (level 1 and 2, mono and color).  The FLTK graphics
-## toolkit generates PostScript level 3.0.
+##     PostScript (level 1 and 2, mono and color).  The OpenGL-based toolkits
+## always generate PostScript level 3.0.
 ##
 ##   @item  eps
 ##   @itemx eps2
 ##   @itemx epsc
 ##   @itemx epsc2
-##     Encapsulated PostScript (level 1 and 2, mono and color).  The FLTK
-## graphic toolkit generates PostScript level 3.0.
+##     Encapsulated PostScript (level 1 and 2, mono and color).  The
+## OpenGL-based toolkits always generate PostScript level 3.0.
 ##
 ##   @item  pslatex
 ##   @itemx epslatex
@@ -196,10 +196,11 @@
 ##
 ##   @item  tikz
 ##   @itemx tikzstandalone
-##     Generate a @LaTeX{} file using PGF/TikZ@.  For the FLTK toolkit
-## the result is PGF@.  The @samp{tikzstandalone} device produces a @LaTeX{}
-## document which includes the TikZ file (@samp{tikzstandalone} is only
-## available for the Gnuplot graphics toolkit).
+##     Generate a @LaTeX{} file using PGF/TikZ format.  The OpenGL-based
+## toolkits create a PGF file while Gnuplot creates a TikZ file.  The
+## @samp{tikzstandalone} device produces a @LaTeX{} document which includes the
+## TikZ file (@samp{tikzstandalone} and is only available for the Gnuplot
+## graphics toolkit).
 ##
 ##   If the device is omitted, it is inferred from the file extension,
 ## or if there is no filename it is sent to the printer as PostScript.