@@ -145,7 +145,7 @@ def psconvert(self, icc_gray=False, **kwargs):
145
145
PDF, PNG, PPM, SVG, TIFF) using GhostScript.
146
146
147
147
If no input files are given, will convert the current active figure
148
- (see :func:`pygmt.figure `). In this case, an output name must be given
148
+ (see :func:`pygmt.Figure `). In this case, an output name must be given
149
149
using parameter *prefix*.
150
150
151
151
Full option list at :gmt-docs:`psconvert.html`
@@ -167,7 +167,7 @@ def psconvert(self, icc_gray=False, **kwargs):
167
167
Specify a single, custom option that will be passed on to
168
168
GhostScript as is.
169
169
dpi : int
170
- Set raster resolution in dpi. Default = 720 for PDF, 300 for
170
+ Set raster resolution in dpi. Default is 720 for PDF, 300 for
171
171
others.
172
172
prefix : str
173
173
Force the output file name. By default output names are constructed
@@ -176,7 +176,7 @@ def psconvert(self, icc_gray=False, **kwargs):
176
176
but without extension. Extension is still determined automatically.
177
177
resize : str
178
178
[**+m**\ *margins*][**+s**\ [**m**]\ *width*\
179
- [/\ *height*]][**+S**\ *scale*] ] .
179
+ [/\ *height*]][**+S**\ *scale*].
180
180
Adjust the BoundingBox and HiResBoundingBox by scaling and/or
181
181
adding margins. Append **+m** to specify extra margins to extend
182
182
the bounding box. Give either one (uniform), two (x and y) or four
@@ -198,9 +198,9 @@ def psconvert(self, icc_gray=False, **kwargs):
198
198
towards black (100%) [no fading, 0]. Append **+g**\ *paint* to
199
199
paint the BoundingBox behind the illustration and append **+p**\
200
200
[*pen*] to draw the BoundingBox outline (append a pen or accept
201
- the default pen of 0.25p,black). Note: If both **+g** and **+f**
202
- are used then we use paint as the fade color instead of black.
203
- Append **+i** to enforce gray-shades by using ICC profiles.
201
+ the default pen of 0.25p,black). ** Note** : If both **+g** and
202
+ **+f** are used then we use paint as the fade color instead of
203
+ black. Append **+i** to enforce gray-shades by using ICC profiles.
204
204
anti_aliasing : str
205
205
[**g**\|\ **p**\|\ **t**\][**1**\|\ **2**\|\ **4**].
206
206
Set the anti-aliasing options for **g**\ raphics or **t**\ ext.
0 commit comments