Skip to content

Commit 036520b

Browse files
authored
Merge pull request #130 from maurokenny/readme_jupyter_example_fix
Fix jupyter minimal example on README.md
2 parents c69b23b + d04f3c7 commit 036520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
191191
The following code shows a minimal example of this.
192192

193193
```text
194-
:dep plotters = { git = "https://github.com/38/plotters", default_features = false, features = ["evcxr"] }
194+
:dep plotters = { git = "https://github.com/38/plotters", default_features = false, features = ["evcxr", "line_series"] }
195195
extern crate plotters;
196196
use plotters::prelude::*;
197197

0 commit comments

Comments
 (0)