Skip to content

Commit

Permalink
Create setdefaults.m
Browse files Browse the repository at this point in the history
adding default plotting settings for Matlab.
  • Loading branch information
ere13004 committed Jan 26, 2017
1 parent d710078 commit 47b7e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setdefaults.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(0, 'defaultAxesFontSize', 16)
set(0, 'defaultTextFontSize', 14)
set(0, 'defaultLineLineWidth', 3)

0 comments on commit 47b7e4f

Please sign in to comment.