[minor] changed number of levels on array map
This commit is contained in:
parent
2d775fa1b9
commit
3c3fd00654
@ -382,7 +382,7 @@ class Array_map(QtGui.QWidget):
|
||||
longitudes.append(self.stations_dict[st_id]['longitude'])
|
||||
return picks, latitudes, longitudes
|
||||
|
||||
def draw_contour_filled(self, nlevel='75'):
|
||||
def draw_contour_filled(self, nlevel='100'):
|
||||
# self.test_gradient()
|
||||
|
||||
levels = np.linspace(self.get_min_from_picks(), self.get_max_from_picks(), nlevel)
|
||||
|
Loading…
Reference in New Issue
Block a user