comparison scripts/plot/print.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children 05ba991794d4
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
34 ## @var{options}: 34 ## @var{options}:
35 ## @table @code 35 ## @table @code
36 ## @item -P@var{printer} 36 ## @item -P@var{printer}
37 ## Set the @var{printer} name to which the graph is sent if no 37 ## Set the @var{printer} name to which the graph is sent if no
38 ## @var{filename} is specified. 38 ## @var{filename} is specified.
39 ##
39 ## @item -G@var{ghostscript_command} 40 ## @item -G@var{ghostscript_command}
40 ## Specify the command for calling Ghostscript. For Unix and Windows, 41 ## Specify the command for calling Ghostscript. For Unix and Windows,
41 ## the defaults are 'gs' and 'gswin32c', respectively. 42 ## the defaults are 'gs' and 'gswin32c', respectively.
43 ##
42 ## @item -color 44 ## @item -color
43 ## @itemx -mono 45 ## @itemx -mono
44 ## Monochrome or color lines. 46 ## Monochrome or color lines.
47 ##
45 ## @item -solid 48 ## @item -solid
46 ## @itemx -dashed 49 ## @itemx -dashed
47 ## Solid or dashed lines. 50 ## Solid or dashed lines.
51 ##
48 ## @item -portrait 52 ## @item -portrait
49 ## @itemx -landscape 53 ## @itemx -landscape
50 ## Specify the orientation of the plot for printed output. 54 ## Specify the orientation of the plot for printed output.
55 ##
51 ## @item -d@var{device} 56 ## @item -d@var{device}
52 ## Output device, where @var{device} is one of: 57 ## Output device, where @var{device} is one of:
53 ## @table @code 58 ## @table @code
54 ## @item ps 59 ## @item ps
55 ## @itemx ps2 60 ## @itemx ps2
56 ## @itemx psc 61 ## @itemx psc
57 ## @itemx psc2 62 ## @itemx psc2
58 ## Postscript (level 1 and 2, mono and color) 63 ## Postscript (level 1 and 2, mono and color)
64 ##
59 ## @item eps 65 ## @item eps
60 ## @itemx eps2 66 ## @itemx eps2
61 ## @itemx epsc 67 ## @itemx epsc
62 ## @itemx epsc2 68 ## @itemx epsc2
63 ## Encapsulated postscript (level 1 and 2, mono and color) 69 ## Encapsulated postscript (level 1 and 2, mono and color)
69 ## Generate a @LaTeX{} (or @TeX{}) file for labels, and eps/ps for 75 ## Generate a @LaTeX{} (or @TeX{}) file for labels, and eps/ps for
70 ## graphics. The file produced by @code{epslatexstandalone} can be 76 ## graphics. The file produced by @code{epslatexstandalone} can be
71 ## processed directly by @LaTeX{}. The other formats are intended to 77 ## processed directly by @LaTeX{}. The other formats are intended to
72 ## be included in a @LaTeX{} (or @TeX{}) document. The @code{tex} device 78 ## be included in a @LaTeX{} (or @TeX{}) document. The @code{tex} device
73 ## is the same as the @code{epslatex} device. 79 ## is the same as the @code{epslatex} device.
80 ##
74 ## @item tikz 81 ## @item tikz
75 ## Generate a @LaTeX{} file using gnuplot's Lua/TikZ terminal. 82 ## Generate a @LaTeX{} file using gnuplot's Lua/TikZ terminal.
83 ##
76 ## @item ill 84 ## @item ill
77 ## @itemx aifm 85 ## @itemx aifm
78 ## Adobe Illustrator 86 ## Adobe Illustrator
87 ##
79 ## @item cdr 88 ## @item cdr
80 ## @itemx @nospell{corel} 89 ## @itemx @nospell{corel}
81 ## CorelDraw 90 ## CorelDraw
91 ##
82 ## @item dxf 92 ## @item dxf
83 ## AutoCAD 93 ## AutoCAD
94 ##
84 ## @item emf 95 ## @item emf
85 ## @itemx meta 96 ## @itemx meta
86 ## Microsoft Enhanced Metafile 97 ## Microsoft Enhanced Metafile
98 ##
87 ## @item fig 99 ## @item fig
88 ## XFig. If this format is selected the additional options 100 ## XFig. If this format is selected the additional options
89 ## @option{-textspecial} or @option{-textnormal} can be used to control 101 ## @option{-textspecial} or @option{-textnormal} can be used to control
90 ## whether the special flag should be set for the text in 102 ## whether the special flag should be set for the text in
91 ## the figure (default is @option{-textnormal}). 103 ## the figure (default is @option{-textnormal}).
104 ##
92 ## @item hpgl 105 ## @item hpgl
93 ## HP plotter language 106 ## HP plotter language
107 ##
94 ## @item mf 108 ## @item mf
95 ## Metafont 109 ## Metafont
110 ##
96 ## @item png 111 ## @item png
97 ## Portable network graphics 112 ## Portable network graphics
113 ##
98 ## @item jpg 114 ## @item jpg
99 ## @itemx jpeg 115 ## @itemx jpeg
100 ## JPEG image 116 ## JPEG image
117 ##
101 ## @item gif 118 ## @item gif
102 ## GIF image 119 ## GIF image
120 ##
103 ## @item pbm 121 ## @item pbm
104 ## PBMplus 122 ## PBMplus
123 ##
105 ## @item svg 124 ## @item svg
106 ## Scalable vector graphics 125 ## Scalable vector graphics
126 ##
107 ## @item pdf 127 ## @item pdf
108 ## Portable document format 128 ## Portable document format
109 ## @end table 129 ## @end table
110 ## 130 ##
111 ## If the device is omitted, it is inferred from the file extension, 131 ## If the device is omitted, it is inferred from the file extension,
116 ## Some examples are; 136 ## Some examples are;
117 ## 137 ##
118 ## @table @code 138 ## @table @code
119 ## @item ljet2p 139 ## @item ljet2p
120 ## HP LaserJet IIP 140 ## HP LaserJet IIP
141 ##
121 ## @item ljet3 142 ## @item ljet3
122 ## HP LaserJet III 143 ## HP LaserJet III
144 ##
123 ## @item deskjet 145 ## @item deskjet
124 ## HP DeskJet and DeskJet Plus 146 ## HP DeskJet and DeskJet Plus
147 ##
125 ## @item cdj550 148 ## @item cdj550
126 ## HP DeskJet 550C 149 ## HP DeskJet 550C
150 ##
127 ## @item paintjet 151 ## @item paintjet
128 ## HP PointJet 152 ## HP PointJet
153 ##
129 ## @item pcx24b 154 ## @item pcx24b
130 ## 24-bit color PCX file format 155 ## 24-bit color PCX file format
156 ##
131 ## @item ppm 157 ## @item ppm
132 ## Portable Pixel Map file format 158 ## Portable Pixel Map file format
133 ## @end table 159 ## @end table
134 ## 160 ##
135 ## For a complete list, type `system ("gs -h")' to see what formats 161 ## For a complete list, type `system ("gs -h")' to see what formats