Skip to content

Commit

Permalink
minor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Sep 27, 2023
1 parent 97ef675 commit 9dffa6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neurokit2/ecg/ecg_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def ecg_plot(ecg_signals, info=None):
.. code-block:: python
# To be run after ecg_plot()
fig = plt.gcf()
fig.set_size_inches(10, 12, forward=True)
fig.savefig("myfig.png")
# To be run after ecg_plot()
fig = plt.gcf()
fig.set_size_inches(10, 12, forward=True)
fig.savefig("myfig.png")
Examples
--------
Expand Down

0 comments on commit 9dffa6f

Please sign in to comment.