Mercurial > hg > octave-nkf
comparison scripts/plot/util/print.m @ 19906:ef3cdadc2a08
doc: print.m: Fix typo metalfile -> metafile
author | Andreas Weber <andy.weber.aw@gmail.com> |
---|---|
date | Fri, 13 Feb 2015 10:12:01 +0100 |
parents | 4197fc428c7d |
children | 18fd412c7dc3 |
comparison
equal
deleted
inserted
replaced
19905:80462dbfb3ac | 19906:ef3cdadc2a08 |
---|---|
224 ## | 224 ## |
225 ## @table @code | 225 ## @table @code |
226 ## @item -interchange | 226 ## @item -interchange |
227 ## Provide an interchange preview. | 227 ## Provide an interchange preview. |
228 ## | 228 ## |
229 ## @item -metalfile | 229 ## @item -metafile |
230 ## Provide a metafile preview. | 230 ## Provide a metafile preview. |
231 ## | 231 ## |
232 ## @item -pict | 232 ## @item -pict |
233 ## Provide pict preview. | 233 ## Provide pict preview. |
234 ## | 234 ## |
428 case "gnuplot" | 428 case "gnuplot" |
429 opts = __gnuplot_print__ (opts); | 429 opts = __gnuplot_print__ (opts); |
430 otherwise | 430 otherwise |
431 opts = __opengl_print__ (opts); | 431 opts = __opengl_print__ (opts); |
432 endswitch | 432 endswitch |
433 | 433 keyboard |
434 unwind_protect_cleanup | 434 unwind_protect_cleanup |
435 ## restore modified properties | 435 ## restore modified properties |
436 if (isstruct (props)) | 436 if (isstruct (props)) |
437 ## Restore figure position and units first | 437 ## Restore figure position and units first |
438 for n = 2:-1:1 | 438 for n = 2:-1:1 |