]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
change hadplot point type to smaller one
authorhadaq <hadaq@hades33.gsi.de>
Wed, 12 Jan 2022 15:44:30 +0000 (16:44 +0100)
committerhadaq <hadaq@hades33.gsi.de>
Wed, 12 Jan 2022 15:44:30 +0000 (16:44 +0100)
tools/HPlot.pm

index 3080cfefa7f6a418df924b418008cedef8205bf6..8dd5dcce3add1ddf8e78dd33d97a824270ada28c 100755 (executable)
@@ -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);