Added matlab default plotting setup

https://gist.github.com/opensiriusfox/aa4a776f92203a976ed16bc230c396b5
This commit is contained in:
siriusfox 2023-10-07 15:32:19 -07:00
parent 9b906dbe0f
commit c6fb52b54b

14
2019-10-22_PlotDefaults.m Normal file
View file

@ -0,0 +1,14 @@
set(groot,'defaultAxesFontName','Proxima Nova Rg');
set(groot,'defaultPolaraxesFontName','Proxima Nova Rg');
set(groot,'defaultLegendFontName','Proxima Nova Rg');
set(groot,'defaultTextFontName','Proxima Nova Rg');
set(groot,'defaultTextarrowshapeFontName','Proxima Nova Rg');
set(groot,'defaultTextboxshapeFontName','Proxima Nova Rg');
set(groot,'defaultLegendBox','off')
%set(groot,'defaultLegendLocation','best')
set(groot,'defaultFigureColor', [1,1,1]);
set(groot,'defaultAxesXGrid','on')
set(groot,'defaultAxesYGrid','on')