Julie-Fabre/bombcell

fontname in prettify_plot.m requires one more input

Closed this issue · 1 comments

Hello

This line in prettify-matlab/prettify_plot/prettify_plot.m

throws me an error because it requires one more input (I have Matlab R2022b)

Replacing fontname(options.Font)
with fontname(currFig, options.Font)
fixed it.

Hi Alessandro,
Thanks for calling that out! I just implemented your fix in bombcell.
Cheers