Skip to content

Commit

Permalink
Adjust dot size.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Oct 7, 2023
1 parent ca1b73c commit 253e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion four-bar/src/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl Style {
CT::From: Clone + 'static,
I: Iterator<Item = CT::From> + Clone,
{
let dot_size = color.stroke_width;
let dot_size = color.stroke_width * 2;
let gap = color.stroke_width as i32;
let has_label = !label.is_empty();
macro_rules! impl_marker {
Expand Down

0 comments on commit 253e7be

Please sign in to comment.