We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddc250 commit ee8323eCopy full SHA for ee8323e
demo/src/plot_demo.rs
@@ -7,9 +7,6 @@ use egui::{
7
Vec2b, WidgetInfo, WidgetType, remap, vec2,
8
};
9
10
-use std::f64::consts::TAU;
11
-use std::ops::RangeInclusive;
12
-
13
use egui_plot::{
14
Arrows, AxisHints, Bar, BarChart, BoxElem, BoxPlot, BoxSpread, CoordinatesFormatter, Corner,
15
GridInput, GridMark, HLine, Legend, Line, LineStyle, MarkerShape, Plot, PlotImage, PlotPoint,
0 commit comments