Skip to content

Commit 6f7b4ca

Browse files
authored
Merge pull request #3 from danielballan/revisions-pydata-2017
Revisions from PyData 2017
2 parents e954e29 + 946e8b6 commit 6f7b4ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

03-temperature/01-picking.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def remove(self):
5757
# - open a new window with plot of day temperature
5858
# - fig, ax = plt.subplots()
5959
# - one_day = extract_day_of_hourly(temperature, 2015, 10, 18)
60-
# - make picking add a label with `label_data`
60+
# - make picking add a label using the function `label_date` (which is
61+
# already imported from the `w_helpers` module)
6162

6263
# - use `get_gid` to filter artists instead of `is not`

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ for windows
1919

2020
$ activate mpl-tutorial
2121

22+
### Troubleshooting
23+
24+
Try updating conda in case you are encountering a bug that has been fixed.
25+
26+
$ conda update conda
27+
28+
Try this command (UNIX and OSX only) to ensure that the shell has not cached an
29+
old reference to IPython. Do this after the `activate` step.
30+
31+
$ hash -r
32+
2233
### for 99-get_data
2334

2435
$ conda install -c conda-forge cartopy proj4

0 commit comments

Comments
 (0)