Skip to content

Commit 2fa9314

Browse files
committed
Re-add >>> console indicators
1 parent e4e5892 commit 2fa9314

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eitprocessing/plotting/rate_detection.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ class RateDetectionPlotting:
1717
1818
Example:
1919
```python
20-
rd = RateDetection("adult")
21-
captures = {}
22-
rr, hr = rd.apply(eit_data, captures=captures)
23-
fig = rd.plotting(**captures)
20+
>>> rd = RateDetection("adult")
21+
>>> captures = {}
22+
>>> rr, hr = rd.apply(eit_data, captures=captures)
23+
>>> fig = rd.plotting(**captures)
2424
```
2525
"""
2626

0 commit comments

Comments
 (0)