From ac7ee0d5df8cd45a4f2d5ffbad52f094e3858db6 2013-03-06 17:17:52 From: Daniel Valdez Date: 2013-03-06 17:17:52 Subject: [PATCH] En jroplot.py se cambia el nombre de la clase ProfilePlot por PowerProfilePlot --- diff --git a/schainpy/model/jroplot.py b/schainpy/model/jroplot.py index 3265f64..2e7dcdc 100644 --- a/schainpy/model/jroplot.py +++ b/schainpy/model/jroplot.py @@ -610,7 +610,7 @@ class Scope(Figure): self.saveFigure(figpath, figfile) -class ProfilePlot(Figure): +class PowerProfilePlot(Figure): __isConfig = None __nsubplots = None