Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 03-temperature/01-picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def remove(self):
# - open a new window with plot of day temperature
# - fig, ax = plt.subplots()
# - one_day = extract_day_of_hourly(temperature, 2015, 10, 18)
# - make picking add a label with `label_data`
# - make picking add a label using the function `label_date` (which is
# already imported from the `w_helpers` module)

# - use `get_gid` to filter artists instead of `is not`
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ for windows

$ activate mpl-tutorial

### Troubleshooting

Try updating conda in case you are encountering a bug that has been fixed.

$ conda update conda

Try this command (UNIX and OSX only) to ensure that the shell has not cached an
old reference to IPython. Do this after the `activate` step.

$ hash -r

### for 99-get_data

$ conda install -c conda-forge cartopy proj4
Expand Down