Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jan 17, 2024
1 parent 9cd0cae commit 1b57469
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions gnuplot/examples/example1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,21 +177,13 @@ fn example(c: Common)
x,
y3,
x_err,
&[
Caption(r"x\_error\_bars"),
PointSymbol('T'),
Color("cyan"),
],
&[Caption(r"x\_error\_bars"), PointSymbol('T'), Color("cyan")],
)
.y_error_bars(
x,
y4,
y_err,
&[
Caption(r"y\_error\_bars"),
PointSymbol('R'),
Color("green"),
],
&[Caption(r"y\_error\_bars"), PointSymbol('R'), Color("green")],
)
.set_title("Error fg1.5", &[]);

Expand Down

0 comments on commit 1b57469

Please sign in to comment.