Skip to content

Commit

Permalink
Merge pull request #21 from cremerlab/gchure-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gchure committed Aug 14, 2024
2 parents ce44dac + ef2a945 commit 7d687b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The resulting chromatogram reconstruction can be seen by again calling the `show
method, this time restricting the plotted time region between 10 and 20 minutes.

```python
In[8]: chrom.show()
In[8]: chrom.show([10, 20])
Out[8]:[<Figure size 640x480 with 1 Axes>,
<Axes: xlabel='time', ylabel='signal (baseline corrected)'>]
```
Expand Down

0 comments on commit 7d687b0

Please sign in to comment.