Skip to content

Commit 45e6b49

Browse files
committed
Adapt plotnine API changes
1 parent 468bdf1 commit 45e6b49

File tree

3 files changed

+95
-101
lines changed

3 files changed

+95
-101
lines changed
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
This lecture requires the module `plotnine`, which can be sometimes hard
22
to install on Mac or Windows. To install it run
33

4-
Try running
5-
6-
$ pip install -r requirements.txt
7-
8-
to install the latest development version. If that does not work, install
9-
the latest stable version instead.
10-
114
$ pip install plotnine
12-
13-
Some code in the notebook does only work with the latest development version
14-
15-
16-

week09-Statistical-Visualization/lecture.ipynb

Lines changed: 94 additions & 88 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/has2k1/plotnine.git
1+
plotnine >= 0.4

0 commit comments

Comments
 (0)