Skip to content

Commit d04f3c7

Browse files
author
Mauro Fr
committed
Fix jupyter example on README.md
1 parent 31b8e5a commit d04f3c7

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)