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