# HG changeset patch # User Pantxo Diribarne # Date 1587234741 -7200 # Node ID 298977286479b0b9850eefc84004312edb840948 # Parent fbced93c97049db16fd726f92a2c17d884c4fd90 legend.m: display actual marker size up to 8 points diff -r fbced93c9704 -r 298977286479 scripts/plot/appearance/legend.m --- a/scripts/plot/appearance/legend.m Thu Apr 16 11:48:06 2020 -0700 +++ b/scripts/plot/appearance/legend.m Sat Apr 18 20:32:21 2020 +0200 @@ -1063,8 +1063,8 @@ function update_marker_cb (h) - if (get (h, "markersize") > 3) - set (h, "markersize", 3); + if (get (h, "markersize") > 8) + set (h, "markersize", 8); endif endfunction