Skip to content

Commit 7e1ab16

Browse files
authored
docs: update documentation
1 parent 53ec391 commit 7e1ab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def setup_plot(self, cell=1, signal_name='Raw Signal', image_name='2D Image'):
7373

7474
if __name__ == "__main__":
7575
# This is an example of how to give a signal to class `RecurrencePlot`.
76-
# The input signal can be like [-1, 0.5, 1, ... 1.5].
76+
# The input signal can be like [-1, 0.5, 1, ... ,1.5].
7777

7878
fig = plt.figure(figsize=(8, 2))
7979
rp = RecurrencePlot(row=1, col=2)

0 commit comments

Comments
 (0)