Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed May 17, 2024
1 parent 1b10218 commit b50cf45
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,6 @@ fn plot_for_data(test_id: &str, data: &[(&str, f32)]) -> Result<(), Box<dyn std:
.y_labels(data.len())
.draw()?;

// chart.plotting_area().draw(
// &Text::new(
// test_id,
// (0.0, SegmentValue::Last),
// TextStyle::from(("monospace", 50)).pos(Pos::new(HPos::Left, VPos::Center)),
// )
// )?;

chart.draw_series(
Histogram::horizontal(&chart)
.style_func(|x, _bar_height| match x {
Expand Down

0 comments on commit b50cf45

Please sign in to comment.