diff --git a/schainpy/model/graphics/jroplot_parameters.py b/schainpy/model/graphics/jroplot_parameters.py index e34404e..fc7c08d 100644 --- a/schainpy/model/graphics/jroplot_parameters.py +++ b/schainpy/model/graphics/jroplot_parameters.py @@ -300,7 +300,8 @@ class SkyMapPlot(Figure): showprofile=showprofile, show=show) - self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) + if self.xmin is None and self.xmax is None: + self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) if timerange != None: self.timerange = timerange