Skip to content

Instantly share code, notes, and snippets.

@thelahunginjeet
Created November 8, 2013 21:09
Show Gist options
  • Save thelahunginjeet/7377724 to your computer and use it in GitHub Desktop.
Save thelahunginjeet/7377724 to your computer and use it in GitHub Desktop.
MATLAB startup.m file commands to get nicer looking plots by default
% font sizes
set(0,'DefaultAxesFontSize',18)
set(0,'DefaultTextFontSize',18)
% line widths
set(0,'DefaultAxesLineWidth',2);
set(0,'DefaultLineLineWidth',2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment