From 644c74a01330dd8eb6726a63fd865576a32713e4 Mon Sep 17 00:00:00 2001 From: wsavran <35315438+wsavran@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:53:11 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7138851f..94e6afed 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ from csep.utils import time_utils start_time = time_utils.strptime_to_utc_datetime('2019-01-01 00:00:00.0') end_time = time_utils.utc_now_datetime() catalog = csep.query_comcat(start_time, end_time) -catalog.plot() +catalog.plot(show=True) Please see [pyCSEP Getting Started](https://docs.cseptesting.org/getting_started/core_concepts) documentation for more examples and tutorials.