mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-21 02:23:46 +08:00
Added instructions
This commit is contained in:
@@ -148,6 +148,7 @@ class Moulder(FigureCanvasQTAgg):
|
||||
self._update_data_plot()
|
||||
|
||||
def _figure_setup(self):
|
||||
self.dataax.set_title(self.instructions)
|
||||
self.dataax.set_ylabel("Gravity Anomaly [mGal]")
|
||||
self.dataax.set_ylim((-200, 200))
|
||||
self.dataax.grid(True)
|
||||
@@ -462,6 +463,7 @@ class Moulder(FigureCanvasQTAgg):
|
||||
if self._add_vertex:
|
||||
self._add_vertex = False
|
||||
else:
|
||||
self.dataax.set_title(self.instructions)
|
||||
self._drawing = False
|
||||
self._xy = []
|
||||
if self._drawing_plot is not None:
|
||||
|
||||
Reference in New Issue
Block a user