Skip to content

Commit 4548545

Browse files
committed
updating docs
1 parent 63bdfa2 commit 4548545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/plotting.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Gain is added using the :code:`gain=int` setting. Let's set that to 60, since th
6464
.. code-block:: python
6565
6666
readgssi.readgssi(infile='DZT__001.DZT', outfile='0b.png', frmt=None,
67-
zero=[233], plotting=True, figsize=5, stack='auto', gain=60)
67+
zero=[233], plotting=True, figsize=5, stack='auto',
68+
gain=60)
6869
6970
.. code-block:: bash
7071

0 commit comments

Comments
 (0)