Fix switch_layer()
This commit is contained in:
		
							parent
							
								
									1206872e92
								
							
						
					
					
						commit
						783d8b3868
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -303,9 +303,9 @@ class MultiPlotter(Plotter): | |||
|         for plotter in self.plotters: | ||||
|             plotter.add_layer(*args, **kwargs) | ||||
| 
 | ||||
|     def switch_layers(self, *args, **kwargs): | ||||
|     def switch_layer(self, *args, **kwargs): | ||||
|         for plotter in self.plotters: | ||||
|             plotter.switch_layers(*args, **kwargs) | ||||
|             plotter.switch_layer(*args, **kwargs) | ||||
| 
 | ||||
|     def finalise(self): | ||||
|         for plotter in self.plotters: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue