diff --git a/lib/plot.py b/lib/plot.py index db44e8d..fa3ed89 100644 --- a/lib/plot.py +++ b/lib/plot.py @@ -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: