comment
This commit is contained in:
parent
69d3f43db9
commit
df5f0f41b4
@ -106,6 +106,9 @@ class regions(object):
|
|||||||
self.printOutput('Disconnected polygon selection')
|
self.printOutput('Disconnected polygon selection')
|
||||||
|
|
||||||
def addTextfield(self, xpos = 0, ypos = 0.95, width = 1, height = 0.03):
|
def addTextfield(self, xpos = 0, ypos = 0.95, width = 1, height = 0.03):
|
||||||
|
'''
|
||||||
|
Adds an ax for text output to the plot.
|
||||||
|
'''
|
||||||
self.axtext = self.ax.figure.add_axes([xpos,
|
self.axtext = self.ax.figure.add_axes([xpos,
|
||||||
ypos,
|
ypos,
|
||||||
width,
|
width,
|
||||||
|
Loading…
Reference in New Issue
Block a user