[fix] some small fixes, new QtPylot functions commented

This commit is contained in:
2017-05-24 14:12:41 +02:00
parent c954614544
commit 50129fc8d9
3 changed files with 196 additions and 32 deletions

View File

@@ -1 +1 @@
84061-dirty
c954-dirty

View File

@@ -266,7 +266,7 @@ class map_projection(QtGui.QWidget):
self.legend=self.main_ax.legend()
def add_cbar(self, label):
cbar = self.main_ax.figure.colorbar(self.sc_picked)
cbar = self.main_ax.figure.colorbar(self.sc_picked, fraction=0.025)
cbar.set_label(label)
return cbar