@@ -175,7 +175,7 @@ def psconvert(self, **kwargs):
175
175
----------
176
176
crop : str or bool
177
177
Adjust the BoundingBox and HiResBoundingBox to the minimum
178
- required by the image content. Default is True. Append **+u** to
178
+ required by the image content. Default is `` True`` . Append **+u** to
179
179
first remove any GMT-produced time-stamps. Append **+r** to
180
180
*round* the HighResBoundingBox instead of using the ``ceil``
181
181
function. This is going against Adobe Law but can be useful when
@@ -219,8 +219,8 @@ def psconvert(self, **kwargs):
219
219
towards black (100%) [no fading, 0]. Append **+g**\ *paint* to
220
220
paint the BoundingBox behind the illustration and append **+p**\
221
221
[*pen*] to draw the BoundingBox outline (append a pen or accept
222
- the default pen of 0.25p,black). **Note**: If both **+g** and
223
- **+f** are used then we use paint as the fade color instead of
222
+ the default pen of ``" 0.25p,black,solid"`` ). **Note**: If both **+g** and
223
+ **+f** are used then we use * paint* as the fade color instead of
224
224
black. Append **+i** to enforce gray-shades by using ICC profiles.
225
225
anti_aliasing : str
226
226
[**g**\|\ **p**\|\ **t**\][**1**\|\ **2**\|\ **4**].
@@ -242,8 +242,8 @@ def psconvert(self, **kwargs):
242
242
{verbose}
243
243
"""
244
244
kwargs = self ._preprocess (** kwargs )
245
- # pytest-mpl v0.17.0 added the "metadata" parameter to ` Figure.savefig` , which
246
- # is not recognized. So remove it before calling ` Figure.psconvert` .
245
+ # pytest-mpl v0.17.0 added the "metadata" parameter to Figure.savefig, which
246
+ # is not recognized. So remove it before calling Figure.psconvert.
247
247
kwargs .pop ("metadata" , None )
248
248
# Default cropping the figure to True
249
249
if kwargs .get ("A" ) is None :
0 commit comments