From bd44605117a4f4fdd03dcd009feaf06c16aad8bc Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 28 Jun 2023 09:12:14 +0200 Subject: [PATCH] small circular points --- lib/MojoFacets/Gnuplot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MojoFacets/Gnuplot.pm b/lib/MojoFacets/Gnuplot.pm index 2363fe1..12e8bca 100644 --- a/lib/MojoFacets/Gnuplot.pm +++ b/lib/MojoFacets/Gnuplot.pm @@ -52,7 +52,7 @@ warn "# spaces: $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| ; } -- 2.20.1