From 594a767b8206fbab38123f02507acef1bfdbc8df Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 9 Feb 2022 20:35:41 +0000 Subject: [PATCH] Update plot_online_example.py --- examples/plot_online_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_online_example.py b/examples/plot_online_example.py index bdc4b44..c735b12 100644 --- a/examples/plot_online_example.py +++ b/examples/plot_online_example.py @@ -65,7 +65,7 @@ print(dom_ids) # The .type attribute (or in general, <TAB> completion) is useful to find out # more about the field structure: -print(chunks.slices.type) +print(chunk.slices.type) ##################################################### # Similar to the summaryslice data, the headers can be accessed the same way -- GitLab