From ef2a945c2d75ac016cdb1405fa1289d1464936f2 Mon Sep 17 00:00:00 2001 From: Griffin Chure Date: Wed, 14 Aug 2024 13:18:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d088d7f..f3795ed 100644 --- a/README.md +++ b/README.md @@ -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]:[
, ] ```