mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 09:35:45 +01:00 
			
		
		
		
	Merge branch 'develop' into documentation
This commit is contained in:
		
				commit
				
					
						0c413d230d
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -880,8 +880,8 @@ class Corr:
 | 
				
			||||||
                raise Exception("'references' must be a list of floating pint values.")
 | 
					                raise Exception("'references' must be a list of floating pint values.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if self.prange:
 | 
					        if self.prange:
 | 
				
			||||||
            ax1.axvline(self.prange[0], 0, 1, ls='-', marker=',')
 | 
					            ax1.axvline(self.prange[0], 0, 1, ls='-', marker=',', color="black", zorder=0)
 | 
				
			||||||
            ax1.axvline(self.prange[1], 0, 1, ls='-', marker=',')
 | 
					            ax1.axvline(self.prange[1], 0, 1, ls='-', marker=',', color="black", zorder=0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if fit_res:
 | 
					        if fit_res:
 | 
				
			||||||
            x_samples = np.arange(x_range[0], x_range[1] + 1, 0.05)
 | 
					            x_samples = np.arange(x_range[0], x_range[1] + 1, 0.05)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue