small circular points master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 28 Jun 2023 07:12:14 +0000 (09:12 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 28 Jun 2023 07:12:14 +0000 (09:12 +0200)
lib/MojoFacets/Gnuplot.pm

index 2363fe1..12e8bca 100644 (file)
@@ -52,7 +52,7 @@ warn "# spaces: $spaces";
                        next if $hide_columns->{ $title };
 
                        my $n = $_ + 1 + $spaces;
                        next if $hide_columns->{ $title };
 
                        my $n = $_ + 1 + $spaces;
-                       push @plot, qq|"$dir/$url" using 1:$n notitle with $with lc $_|,
+                       push @plot, qq|"$dir/$url" using 1:$n notitle with $with lc $_ pt 7 ps 0.5|, # pt 7 - circle, ps 2 - size 2
                                                qq|NaN lc $_ title "$title" with lines|
                        ;
                }
                                                qq|NaN lc $_ title "$title" with lines|
                        ;
                }