Skip to content

Commit

Permalink
Remove superfluous debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Jul 25, 2020
1 parent e4d29da commit f7ded87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chart/Gnuplot.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ Runs a given C<$command>. If there are no appropriate interfaces, this method wi
use v6;
use Chart::Gnuplot;
my $gnu = Chart::Gnuplot.new(:terminal("png"), :filename("recprec.png"), :debug);
my $gnu = Chart::Gnuplot.new(:terminal("png"), :filename("recprec.png"));
$gnu.title(:text("Recall-Precision Curve"));
$gnu.ylabel(:label("Precision"));
$gnu.xlabel(:label("Recall"));
Expand Down

0 comments on commit f7ded87

Please sign in to comment.