We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76434e1 commit bc2a78aCopy full SHA for bc2a78a
examples/scatter_chart_two_datasets.rs
@@ -23,7 +23,7 @@ fn main() {
23
24
// You can use your own iterable as data as long as its items implement the `PointDatum` trait.
25
let scatter_data_1 = vec![(20, 90), (12, 54), (25, 70), (33, 40)];
26
- let scatter_data_2 = vec![(120, 10), (143, 34), (170, 14), (180, 13)];
+ let scatter_data_2 = vec![(120, 10), (143, 34), (170, 14), (190, 13)];
27
28
// Create Scatter view that is going to represent the data as points.
29
let scatter_view_1 = ScatterView::new()
0 commit comments