yygrechka
Results
3
comments of
yygrechka
I have this issue as well. Kitty doesn't work for me either though.
Seems very related to: https://github.com/plotters-rs/plotters/issues/622 and https://github.com/khonsulabs/cushy/issues/179
Attempted the following import: ``` :dep plotters = { git = "https://github.com/plotters-rs/plotters", branch = "master", defualt_features=false, features=["evcxr", "all_series"] } use plotters::prelude::*; ``` Got the same behavior.