comparison scripts/plot/util/print.m @ 26104:0e4b9df85361

Don't issue a warning when -noui option used with print. * print.m: Document '-noui' option and the fact that this is the default for Octave. * __print_parse_opts__.m: Don't issue a warning if '-noui' option is found.
author Rik <rik@octave.org>
date Tue, 20 Nov 2018 16:05:42 -0800
parents 9cfbe7688368
children 0a145a1600e3
comparison
equal deleted inserted replaced
26103:9cfbe7688368 26104:0e4b9df85361
153 ## Color or monochrome output. 153 ## Color or monochrome output.
154 ## 154 ##
155 ## @item -solid 155 ## @item -solid
156 ## @itemx -dashed 156 ## @itemx -dashed
157 ## Force all lines to be solid or dashed, respectively. 157 ## Force all lines to be solid or dashed, respectively.
158 ##
159 ## @item -noui
160 ## Don't print uicontrol objects such as pushbuttons which may overlay the
161 ## plot. This is the default behavior and it is not possible to include
162 ## uicontrol objects in the output without using an external screen capture
163 ## tool.
158 ## 164 ##
159 ## @item -r@var{NUM} 165 ## @item -r@var{NUM}
160 ## Resolution of bitmaps in dots per inch (DPI). For both metafiles and SVG 166 ## Resolution of bitmaps in dots per inch (DPI). For both metafiles and SVG
161 ## the default is the screen resolution; for other formats the default is 150 167 ## the default is the screen resolution; for other formats the default is 150
162 ## DPI@. To specify screen resolution, use @qcode{"-r0"}. 168 ## DPI@. To specify screen resolution, use @qcode{"-r0"}.