changeset 28596:b81238f3ecdb

__gnuplot_legend__.m: Fix syntax error. * scripts/plot/appearance/private/__gnuplot_legend__.m (cb_legend_location): Fix syntax error in input argument list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 25 Jul 2020 11:33:55 +0200
parents 4deb794d85e2
children a61b651914d6
files scripts/plot/appearance/private/__gnuplot_legend__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/private/__gnuplot_legend__.m	Fri Jul 24 10:49:44 2020 -0700
+++ b/scripts/plot/appearance/private/__gnuplot_legend__.m	Sat Jul 25 11:33:55 2020 +0200
@@ -1241,7 +1241,7 @@
 endfunction
 
 ## The legend "location" property has changed.
-function cb_legend_location (hleg, [])
+function cb_legend_location (hleg, ~)
 
   ## If it isn't "none", which means manual positioning, then rebuild.
   if (! strcmp (get (hleg, "location"), "none"))