Mercurial > hg > octave-lyh
comparison scripts/plot/print.m @ 11563:3c6e8aaa9555
Grammarcheck m-files before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 18 Jan 2011 20:55:01 -0800 |
parents | 84fa2ba414ee |
children | 8ac9687dbe9f |
comparison
equal
deleted
inserted
replaced
11562:1811f4f8b3b5 | 11563:3c6e8aaa9555 |
---|---|
33 ## | 33 ## |
34 ## @var{options}: | 34 ## @var{options}: |
35 ## | 35 ## |
36 ## @table @code | 36 ## @table @code |
37 ## @item -f@var{h} | 37 ## @item -f@var{h} |
38 ## Specify the handle, @var{h}, of the figure to be printed. The | 38 ## Specify the handle, @var{h}, of the figure to be printed. The |
39 ## default is the current figure. | 39 ## default is the current figure. |
40 ## | 40 ## |
41 ## @item -P@var{printer} | 41 ## @item -P@var{printer} |
42 ## Set the @var{printer} name to which the graph is sent if no | 42 ## Set the @var{printer} name to which the graph is sent if no |
43 ## @var{filename} is specified. | 43 ## @var{filename} is specified. |
54 ## @itemx -dashed | 54 ## @itemx -dashed |
55 ## Forces all lines to be solid or dashed, respectively. | 55 ## Forces all lines to be solid or dashed, respectively. |
56 ## | 56 ## |
57 ## @item -portrait | 57 ## @item -portrait |
58 ## @itemx -landscape | 58 ## @itemx -landscape |
59 ## Specify the orientation of the plot for printed output. For | 59 ## Specify the orientation of the plot for printed output. For |
60 ## non-printed output the aspect ratio of the output corresponds to | 60 ## non-printed output the aspect ratio of the output corresponds to |
61 ## the plot area defined by the "paperposition" property in the | 61 ## the plot area defined by the "paperposition" property in the |
62 ## orientation specified. This options is equivalent to changing | 62 ## orientation specified. This options is equivalent to changing |
63 ## the figure's "paperorientation" property. | 63 ## the figure's "paperorientation" property. |
64 ## | 64 ## |
65 ## @item -d@var{device} | 65 ## @item -d@var{device} |
66 ## Output device, where @var{device} is one of: | 66 ## Output device, where @var{device} is one of: |
67 ## @table @code | 67 ## @table @code |
68 ## @item ps | 68 ## @item ps |
69 ## @itemx ps2 | 69 ## @itemx ps2 |
70 ## @itemx psc | 70 ## @itemx psc |
71 ## @itemx psc2 | 71 ## @itemx psc2 |
72 ## Postscript (level 1 and 2, mono and color). The FLTK backend | 72 ## Postscript (level 1 and 2, mono and color). The FLTK backend |
73 ## generates Postscript level 3.0. | 73 ## generates Postscript level 3.0. |
74 ## | 74 ## |
75 ## @item eps | 75 ## @item eps |
76 ## @itemx eps2 | 76 ## @itemx eps2 |
77 ## @itemx epsc | 77 ## @itemx epsc |
78 ## @itemx epsc2 | 78 ## @itemx epsc2 |
79 ## Encapsulated postscript (level 1 and 2, mono and color). The FLTK backend | 79 ## Encapsulated postscript (level 1 and 2, mono and color). The FLTK |
80 ## generates Postscript level 3.0. | 80 ## backend generates Postscript level 3.0. |
81 ## | 81 ## |
82 ## @item tex | 82 ## @item tex |
83 ## @itemx epslatex | 83 ## @itemx epslatex |
84 ## @itemx epslatexstandalone | 84 ## @itemx epslatexstandalone |
85 ## @itemx pstex | 85 ## @itemx pstex |
87 ## @itemx pdflatex | 87 ## @itemx pdflatex |
88 ## Generate a @LaTeX{} (or @TeX{}) file for labels, and eps/ps/pdf | 88 ## Generate a @LaTeX{} (or @TeX{}) file for labels, and eps/ps/pdf |
89 ## for graphics. The file produced by @code{epslatexstandalone} can be | 89 ## for graphics. The file produced by @code{epslatexstandalone} can be |
90 ## processed directly by @LaTeX{}. The other formats are intended to | 90 ## processed directly by @LaTeX{}. The other formats are intended to |
91 ## be included in a @LaTeX{} (or @TeX{}) document. The @code{tex} device | 91 ## be included in a @LaTeX{} (or @TeX{}) document. The @code{tex} device |
92 ## is the same as the @code{epslatex} device. The @code{pdflatex} device | 92 ## is the same as the @code{epslatex} device. The @code{pdflatex} device |
93 ## is only available for the FLTK backend. | 93 ## is only available for the FLTK backend. |
94 ## | 94 ## |
95 ## @item tikz | 95 ## @item tikz |
96 ## Generate a @LaTeX{} file using PGF/TikZ. For the FLTK the result is | 96 ## Generate a @LaTeX{} file using PGF/TikZ@. For the FLTK the result is |
97 ## PGF. | 97 ## PGF. |
98 ## | 98 ## |
99 ## @item ill | 99 ## @item ill |
100 ## @itemx aifm | 100 ## @itemx aifm |
101 ## Adobe Illustrator (Obsolete for Gnuplot versions > 4.2) | 101 ## Adobe Illustrator (Obsolete for Gnuplot versions > 4.2) |
195 ## | 195 ## |
196 ## @item -tight | 196 ## @item -tight |
197 ## Forces a tight bounding box for eps-files. | 197 ## Forces a tight bounding box for eps-files. |
198 ## | 198 ## |
199 ## @item -@var{preview} | 199 ## @item -@var{preview} |
200 ## Adds a preview to eps-files. Supported formats are; | 200 ## Adds a preview to eps-files. Supported formats are; |
201 ## | 201 ## |
202 ## @table @code | 202 ## @table @code |
203 ## @item -interchange | 203 ## @item -interchange |
204 ## Provides a interchange preview. | 204 ## Provides an interchange preview. |
205 ## | 205 ## |
206 ## @item -metalfile | 206 ## @item -metalfile |
207 ## Provides a metafile preview. | 207 ## Provides a metafile preview. |
208 ## | 208 ## |
209 ## @item -pict | 209 ## @item -pict |
212 ## @item -tiff | 212 ## @item -tiff |
213 ## Provides a tiff preview. | 213 ## Provides a tiff preview. |
214 ## @end table | 214 ## @end table |
215 ## | 215 ## |
216 ## @item -S@var{xsize},@var{ysize} | 216 ## @item -S@var{xsize},@var{ysize} |
217 ## Plot size in pixels for EMF, GIF, JPEG, PBM, PNG and SVG. For | 217 ## Plot size in pixels for EMF, GIF, JPEG, PBM, PNG and SVG@. For |
218 ## PS, EPS, PDF, and other vector formats the plot size is in points. | 218 ## PS, EPS, PDF, and other vector formats the plot size is in points. |
219 ## This option is equivalent to changing the size of the plot box | 219 ## This option is equivalent to changing the size of the plot box |
220 ## associated with "paperposition" property. Using the command form of | 220 ## associated with "paperposition" property. Using the command form of |
221 ## the print function, you must quote the @var{xsize},@var{ysize} | 221 ## the print function, you must quote the @var{xsize},@var{ysize} |
222 ## option. For example, by writing @w{@code{"-S640,480"}}. | 222 ## option. For example, by writing @w{@code{"-S640,480"}}. |
223 ## | 223 ## |
224 ## @item -F@var{fontname} | 224 ## @item -F@var{fontname} |
225 ## @itemx -F@var{fontname}:@var{size} | 225 ## @itemx -F@var{fontname}:@var{size} |
231 ## The filename and options can be given in any order. | 231 ## The filename and options can be given in any order. |
232 ## | 232 ## |
233 ## Example: Print to a file, using the svg device. | 233 ## Example: Print to a file, using the svg device. |
234 ## | 234 ## |
235 ## @example | 235 ## @example |
236 ## @group | |
236 ## figure (1) | 237 ## figure (1) |
237 ## clf () | 238 ## clf () |
238 ## surf (peaks) | 239 ## surf (peaks) |
239 ## print -dsvg figure1.svg | 240 ## print -dsvg figure1.svg |
241 ## @end group | |
240 ## @end example | 242 ## @end example |
241 ## | 243 ## |
242 ## Example: Print to an HP Deskjet 550C. | 244 ## Example: Print to an HP Deskjet 550C. |
243 ## | 245 ## |
244 ## @example | 246 ## @example |
247 ## @group | |
245 ## figure (1) | 248 ## figure (1) |
246 ## clf () | 249 ## clf () |
247 ## surf (peaks) | 250 ## surf (peaks) |
248 ## print -dcdj550 | 251 ## print -dcdj550 |
252 ## @end group | |
249 ## @end example | 253 ## @end example |
250 ## | 254 ## |
251 ## @seealso{figure, orient, saveas} | 255 ## @seealso{figure, orient, saveas} |
252 ## @end deftypefn | 256 ## @end deftypefn |
253 | 257 |