bf
This commit is contained in:
		
							parent
							
								
									76e1c10958
								
							
						
					
					
						commit
						04c8f79df5
					
				@ -33,8 +33,9 @@ class plot():
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def create_axis(self):
 | 
					    def create_axis(self):
 | 
				
			||||||
        gs = gridspec.GridSpec(self.n_rows, self.n_cols)
 | 
					        gs = gridspec.GridSpec(self.n_rows, self.n_cols)
 | 
				
			||||||
        for y in range(self.n_rows):
 | 
					        for x in range(self.n_cols):
 | 
				
			||||||
            for x in range(self.n_cols):
 | 
					            for y in range(self.n_rows):
 | 
				
			||||||
 | 
					            # for x in range(self.n_cols):
 | 
				
			||||||
                ax = plt.subplot(gs[y, x])
 | 
					                ax = plt.subplot(gs[y, x])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if not y == self.n_rows - 1:
 | 
					                if not y == self.n_rows - 1:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user