Newer
Older
pt = SpatialPoint(ext.crs(), x, y)
STVis.loadCoordinate(pt)
btn = QPushButton('Add Profile')
btn.clicked.connect(addProfile)
btn.show()
if False:
for tp in STVis.tpCollection:
assert isinstance(tp, TemporalProfile)
tp.plot()
#STVis.tpCollection.removeTemporalProfiles(STVis.tpCollection[-1])
STVis.createNewPlotStyle3D()