Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure authored Aug 14, 2024
1 parent ce44dac commit ef2a945
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 ef2a945

Please sign in to comment.