Skip to content

Commit

Permalink
increased font size for Latex plot
Browse files Browse the repository at this point in the history
  • Loading branch information
drowe67 committed Jan 24, 2025
1 parent 7096797 commit a17dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radae_plots.m
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function plot_wer(prefix_fn, png_fn="", epslatex="")
c = load(controls_fn);

if length(epslatex)
[textfontsize linewidth] = set_fonts();
[textfontsize linewidth] = set_fonts(20);
end

# WER v C/No plot
Expand Down

0 comments on commit a17dc51

Please sign in to comment.