Skip to content

Commit

Permalink
Fix flake8 issue with >79 chars and backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Sep 22, 2020
1 parent 3b14a0e commit ccf6c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ def grdimage(self, grid, **kwargs):
information is required. For other output formats you must append
the required GDAL driver. The driver is the driver code name used
by GDAL; see your GDAL installation's documentation for available
drivers. Append a **+c**\ *options* string where options is a list of
one or more concatenated number of GDAL **-co** options. For
drivers. Append a **+c**\\ *options* string where options is a list
of one or more concatenated number of GDAL **-co** options. For
example, to write a GeoPDF with the TerraGo format use
``=PDF+cGEO_ENCODING=OGC_BP``. Notes: (1) If a tiff file (.tif) is
selected then we will write a GeoTiff image if the GMT projection
Expand Down

0 comments on commit ccf6c1d

Please sign in to comment.