Mercurial > hg > octave-jordi
changeset 20970:22318eeaca3b
Add gnuplot "canvas" terminal to the print.m doc-string.
(Part of Bug #44187).
* print.m: Include the gnuplot "canvas" device in the doc-string. Use
consistent phrasing "only available for the Gnuplot graphics toolkit".
author | Daniel J Sebald <daniel.sebald@ieee.org> |
---|---|
date | Wed, 23 Dec 2015 20:16:05 -0500 |
parents | 34d0497730e6 |
children | 33793796aa6e |
files | scripts/plot/util/print.m |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/util/print.m +++ b/scripts/plot/util/print.m @@ -143,6 +143,10 @@ ## @itemx aifm ## Adobe Illustrator (Obsolete for Gnuplot versions > 4.2) ## +## @item canvas +## Javascript-based drawing on HTML5 canvas viewable in a web browser +## (only available for the Gnuplot graphics toolkit). +## ## @item cdr ## @itemx @nospell{corel} ## CorelDraw @@ -193,7 +197,7 @@ ## 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 with the gnuplot graphics toolkit). +## 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.