Skip to content

Commit

Permalink
fixed bug mummerplot
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Zimin committed Oct 1, 2020
1 parent d2daa8a commit a16c9e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/mummerplot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

my $BIN_DIR = "@BIN_DIR@";
my $LIB_DIR = "@LIB_DIR@";
my $GNUPLOT_EXE = "@GNUPLOT_EXE@";
my $GNUPLOT_EXE = "gnuplot";


#================================================================= Globals ====#
Expand Down Expand Up @@ -1152,7 +1152,8 @@ ($$)
$P_KEY = "unset key";
$P_FORMAT .= "\nset mouse format \"$TFORMAT\"";
$P_FORMAT .= "\nset mouse mouseformat \"$MFORMAT\"";
$P_FORMAT .= "\nif(GPVAL_VERSION < 5) { set mouse clipboardformat \"$MFORMAT\" }";
$P_FORMAT .= "\nset mouse clipboardformat \"$MFORMAT\"";
#$P_FORMAT .= "\nif(GPVAL_VERSION < 5) { set mouse clipboardformat \"$MFORMAT\" }";
}
else {
$P_LS = "set linestyle";
Expand Down

0 comments on commit a16c9e2

Please sign in to comment.