We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ec391 commit 7e1ab16Copy full SHA for 7e1ab16
main.py
@@ -73,7 +73,7 @@ def setup_plot(self, cell=1, signal_name='Raw Signal', image_name='2D Image'):
73
74
if __name__ == "__main__":
75
# 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].
+ # The input signal can be like [-1, 0.5, 1, ... ,1.5].
77
78
fig = plt.figure(figsize=(8, 2))
79
rp = RecurrencePlot(row=1, col=2)
0 commit comments