Added matlab default plotting setup
https://gist.github.com/opensiriusfox/aa4a776f92203a976ed16bc230c396b5
This commit is contained in:
		
							parent
							
								
									9b906dbe0f
								
							
						
					
					
						commit
						c6fb52b54b
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								2019-10-22_PlotDefaults.m
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								2019-10-22_PlotDefaults.m
									
										
									
									
									
										Normal 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')
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue