From 898836a7dca9465423704d693dfce168e75c292c Mon Sep 17 00:00:00 2001 From: YuliaProkopovych Date: Fri, 26 Apr 2024 10:26:01 +0300 Subject: [PATCH] change plotters --- module/move/optimization_tools/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/module/move/optimization_tools/Cargo.toml b/module/move/optimization_tools/Cargo.toml index 3f2473242e..e39d547e20 100644 --- a/module/move/optimization_tools/Cargo.toml +++ b/module/move/optimization_tools/Cargo.toml @@ -48,16 +48,16 @@ rand = "0.8.5" statrs = "0.16.0" faer = { version = "0.16.0", features = [ "ndarray" ] } ndarray = "0.15.6" -plotters = { git = "https://github.com/plotters-rs/plotters.git" } -# plotters = { version = "0.3.5", default-features=false, features = [ -# "bitmap_encoder", -# "ttf", -# "area_series", -# "point_series", -# "line_series", -# "full_palette", -# "bitmap_backend", -# ] } +# plotters = { git = "https://github.com/plotters-rs/plotters.git" } +plotters = { version = "0.3.5", default-features=false, features = [ + "bitmap_encoder", + "ttf", + "area_series", + "point_series", + "line_series", + "full_palette", + "bitmap_backend", +] } plotters-backend = { version = "0.3.5", optional = true } piston_window = { version = "0.120.0", optional = true } exmex = { version = "0.18.0", features = [ "partial" ], optional = true }