Skip to content

Commit 644c74a

Browse files
authored
Update README.md
1 parent 0868964 commit 644c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from csep.utils import time_utils
6464
start_time = time_utils.strptime_to_utc_datetime('2019-01-01 00:00:00.0')
6565
end_time = time_utils.utc_now_datetime()
6666
catalog = csep.query_comcat(start_time, end_time)
67-
catalog.plot()
67+
catalog.plot(show=True)
6868
</pre>
6969

7070
Please see [pyCSEP Getting Started](https://docs.cseptesting.org/getting_started/core_concepts) documentation for more examples and tutorials.

0 commit comments

Comments
 (0)