Skip to content

Commit

Permalink
Export the PlotBounds type. (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgeworth committed Mar 22, 2022
1 parent 0a400a5 commit e5aeb16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion egui/src/widgets/plot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ use epaint::color::Hsva;
use epaint::util::FloatOrd;
use items::PlotItem;
use legend::LegendWidget;
use transform::{PlotBounds, ScreenTransform};
use transform::ScreenTransform;

pub use items::{
Arrows, Bar, BarChart, BoxElem, BoxPlot, BoxSpread, HLine, Line, LineStyle, MarkerShape,
Orientation, PlotImage, Points, Polygon, Text, VLine, Value, Values,
};
pub use legend::{Corner, Legend};
pub use transform::PlotBounds;

mod items;
mod legend;
Expand Down

0 comments on commit e5aeb16

Please sign in to comment.