@@ -300,7 +300,8 class SkyMapPlot(Figure): | |||||
300 | showprofile=showprofile, |
|
300 | showprofile=showprofile, | |
301 | show=show) |
|
301 | show=show) | |
302 |
|
302 | |||
303 | self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) |
|
303 | if self.xmin is None and self.xmax is None: | |
|
304 | self.xmin, self.xmax = self.getTimeLim(x1, tmin, tmax, timerange) | |||
304 |
|
305 | |||
305 | if timerange != None: |
|
306 | if timerange != None: | |
306 | self.timerange = timerange |
|
307 | self.timerange = timerange |
General Comments 0
You need to be logged in to leave comments.
Login now