aboutsummaryrefslogtreecommitdiff
path: root/src/evcxr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/evcxr.rs')
-rw-r--r--src/evcxr.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/evcxr.rs b/src/evcxr.rs
index 1a17077..44734b7 100644
--- a/src/evcxr.rs
+++ b/src/evcxr.rs
@@ -1,5 +1,6 @@
use crate::coord::Shift;
-use crate::drawing::{DrawingArea, IntoDrawingArea, SVGBackend};
+use crate::drawing::{DrawingArea, IntoDrawingArea};
+use plotters_svg::SVGBackend;
/// The wrapper for the generated SVG
pub struct SVGWrapper(String, String);