From ce4db878eb44a7fd122c14e16a34b7b81ee8c0ba Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 12 Jan 2022 16:44:30 +0100 Subject: [PATCH] change hadplot point type to smaller one --- tools/HPlot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/HPlot.pm b/tools/HPlot.pm index 3080cfe..8dd5dcc 100755 --- a/tools/HPlot.pm +++ b/tools/HPlot.pm @@ -159,7 +159,7 @@ sub PlotInit { } elsif ($p->{$name}->{dots}) { #plot_write($fh,"'-' using 1:2 with points pointsize 0.6 pointtype 2 lt rgb \"".$p->{$name}->{colors}->[$j]."\" title \"".($p->{$name}->{titles}->[$j] || "$j")."\" ",1); - $p->{$name}->{plot_string} .= "'-' using 1:2 with points pointsize 0.6 pointtype 2 lt rgb \"".$p->{$name}->{colors}->[$j]."\" title \"".($p->{$name}->{titles}->[$j] || "$j")."\" "; + $p->{$name}->{plot_string} .= "'-' using 1:2 with points pointsize 0.5 pointtype 7 lt rgb \"".$p->{$name}->{colors}->[$j]."\" title \"".($p->{$name}->{titles}->[$j] || "$j")."\" "; } else { #plot_write($fh,"'-' using 1:2 with lines lt rgb \"".$p->{$name}->{colors}->[$j]."\" title \"".($p->{$name}->{titles}->[$j] || "$j")."\" ",1); -- 2.43.0