Skip to content

Commit 71fdb5e

Browse files
committed
Finalise removal of plotlib::repr::Line
1 parent eb69618 commit 71fdb5e

File tree

3 files changed

+2
-146
lines changed

3 files changed

+2
-146
lines changed

src/grid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//!
2121
//! # let l1 = plotlib::repr::Plot::new(vec![(0., 1.), (2., 1.5), (3., 1.2), (4., 1.1)])
2222
//! # .line_style(LineStyle::new().colour("burlywood"));
23-
//! // let l1 = Line::new() ...
23+
//! // let l1 = Plot::new() ...
2424
//! let mut v = ContinuousView::new().add(l1);
2525
//!
2626
//! // 3 vertical lines and 8 horizontal lines

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ plotlib is a data plotting and rendering library.
99
There are five different types of plot currently supported:
1010
1111
1. Box plot (`plotlib::repr::Box`)
12-
1. Function (`plotlib::repr::Function`)
1312
1. Histogram (`plotlib::repr::Histogram`)
14-
1. Line chart (`plotlib::repr::Line`)
15-
1. Scatter plot (`plotlib::repr::Scatter`)
13+
1. Line and scatter plot (`plotlib::repr::Plot`)
1614
1715
## Technical
1816

src/repr/line.rs

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)