Skip to content

Commit 0dc65a0

Browse files
committed
fixed readme and docs in lib.rs with correct :dep
1 parent ff806a3 commit 0dc65a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

223223
```text
224-
:dep plotters = { git = "https://github.com/plotters-rs/plotters", default_features = false, features = ["evcxr"] }
224+
:dep plotters = { version = "^0.3.4", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
225225
extern crate plotters;
226226
use plotters::prelude::*;
227227

plotters/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
361361
The following code shows a minimal example of this.
362362
363363
```text
364-
:dep plotters = { git = "https://github.com/plotters-rs/plotters", default_features = false, features = ["evcxr"] }
364+
:dep plotters = { version = "^0.3.4", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
365365
extern crate plotters;
366366
use plotters::prelude::*;
367367

0 commit comments

Comments
 (0)