We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e954e29 commit ed68ed0Copy full SHA for ed68ed0
03-temperature/01-picking.py
@@ -57,6 +57,7 @@ def remove(self):
57
# - open a new window with plot of day temperature
58
# - fig, ax = plt.subplots()
59
# - one_day = extract_day_of_hourly(temperature, 2015, 10, 18)
60
-# - make picking add a label with `label_data`
+# - make picking add a label using the function `label_date` (which is
61
+# already imported from the `w_helpers` module)
62
63
# - use `get_gid` to filter artists instead of `is not`
0 commit comments