comparison scripts/plot/appearance/legend.m @ 29044:76ccc1446f22

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 11 Nov 2020 10:30:53 +0100
parents c44969d941f9 9aec2c6ad40c
children 7854d5752dd2
comparison
equal deleted inserted replaced
29042:d25cd81b0577 29044:76ccc1446f22
200 else 200 else
201 __gnuplot_legend__ (varargin{:}); 201 __gnuplot_legend__ (varargin{:});
202 endif 202 endif
203 return; 203 return;
204 endif 204 endif
205
206 ## FIXME: This function needs to be locked to avoid bug #59439. Remove this
207 ## lock once that bug is properly fixed.
208 mlock ();
205 209
206 opts = parse_opts (varargin{:}); 210 opts = parse_opts (varargin{:});
207 211
208 hl = opts.legend_handle; 212 hl = opts.legend_handle;
209 213