neurofractal / analyse_OPMEG

Nic & Rob's lair of scripts to analyse OPM data, using the Fieldtrip toolbox
https://neurofractal.github.io/analyse_OPMEG/
MIT License
9 stars 1 forks source link

PSD Legend Plotting FontSize #23

Closed neurofractal closed 1 year ago

neurofractal commented 4 years ago
 if length(label) > 24
                    [rrr,object_h] = ...
                        columnlegend(2, vertcat(label, 'mean'),...
                        'Location','northeastoutside','FontSize',14);

                    % Fix Me: change FontSize?

                    hl = findobj(object_h,'type','line');
                    h2 = findobj(object_h,'type','text');
                    set(hl,'LineWidth',5);

else

When using columnlegend, I can't seem to change the FontSize. It looks OK but I'd like the labels to have a larger font...