Skip to content

Commit fb945d5

Browse files
committed
Widen final graphs
1 parent ccaf6ee commit fb945d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphs/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ use plotters::style::IntoFont;
3030
use plotters::style::Color;
3131
use serde::Deserialize;
3232

33-
const OUT_IMG_SIZE: (u32, u32) = (1000, 1800);
33+
const OUT_IMG_SIZE: (u32, u32) = (1800, 1800);
3434

35-
const X_COORDS_MULTIPLIER: i32 = 100;
35+
const X_COORDS_MULTIPLIER: i32 = 80;
3636

3737
type RecordsMap = Vec<(String, Vec<CsvRecord>)>;
3838

0 commit comments

Comments
 (0)