[update] finalized recent projects

[minor] some small fixes, improvements
This commit is contained in:
2018-08-15 15:39:43 +02:00
parent 402248f340
commit 8a187905cb
2 changed files with 14 additions and 7 deletions

View File

@@ -421,9 +421,9 @@ class Array_map(QtGui.QWidget):
def annotate_ax(self):
self.annotations = []
stations, xs, ys = self.get_st_x_y_for_plot()
# MP MP test
if self.picks_rel:
self.test_gradient()
# MP MP testing station highlighting if they have high impact on mean gradient of color map
# if self.picks_rel:
# self.test_gradient()
color_marked = {True: 'red',
False: 'white'}
for st, x, y in zip(stations, xs, ys):