Skip to content

Commit 581968a

Browse files
committed
Fix indentation of bit_color docstring
1 parent 8817749 commit 581968a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pygmt/base_plotting.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@ def grdimage(self, grid, **kwargs):
414414
columns) as the input file. Specify *i* to use the PostScript image
415415
operator to interpolate the image at the device resolution.
416416
bit_color : str
417-
``color[+b|f]``.
418-
This option only applies when a resulting 1-bit image otherwise
419-
would consist of only two colors: black (0) and white (255). If
420-
so, this option will instead use the image as a transparent mask
421-
and paint the mask with the given color. Append **+b** to paint
422-
the background pixels (1) or **+f** for the foreground pixels
423-
[Default].
417+
``color[+b|f]``.
418+
This option only applies when a resulting 1-bit image otherwise
419+
would consist of only two colors: black (0) and white (255). If so,
420+
this option will instead use the image as a transparent mask and
421+
paint the mask with the given color. Append **+b** to paint the
422+
background pixels (1) or **+f** for the foreground pixels
423+
[Default].
424424
{J}
425425
monochrome : bool
426426
Force conversion to monochrome image using the (television) YIQ

0 commit comments

Comments
 (0)