Closed hasanOryx closed 4 years ago
Hi there, thanks for reporting this. This is most likely caused by missing features, you probably needs to add "line_series" feature to the top dep session to make it work.
Thanks for the issue and I am going to clean up the Juypter documentation since it's out-of-dated.
If you have any question please let me know.
Cheers!
Hi there, Closing the issue now. If you have further problem, please let me know. - Hao
What does "line_series feature to the top dep session to make it work" mean?
Can you give us an example?
Thanks.
I had the same issue, it should be
:dep plotters = { git = "https://github.com/38/plotters", default_features = false, features = ["evcxr", "line_series"] }
@38 Is there a reason this is not included in the readme and examples?
I got this error while trying to reproduce your jupyter example: