Skip to content

Commit

Permalink
Set default plot font size to 16 pt
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed Mar 24, 2024
1 parent 4320013 commit c88262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/plotting/SetPlotDefaults.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

interpreter = 'tex';
font = 'Times';
fontsize = 12;
fontsize = 16;

end

0 comments on commit c88262c

Please sign in to comment.