From: hadaq Date: Wed, 12 Jan 2022 15:44:30 +0000 (+0100) Subject: change hadplot point type to smaller one X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ce4db878eb44a7fd122c14e16a34b7b81ee8c0ba;p=daqtools.git change hadplot point type to smaller one --- 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);