@@ -300,7 +300,8 class SkyMapPlot(Figure): | |||
|
300 | 300 | showprofile=showprofile, |
|
301 | 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 | 306 | if timerange != None: |
|
306 | 307 | self.timerange = timerange |
General Comments 0
You need to be logged in to leave comments.
Login now