MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / markXApproximate

Method markXApproximate

graphs/gui/canvasPanel.py:288–291  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

286 self.Refresh()
287
288 def markXApproximate(self, x):
289 if x is not None:
290 self.xMark = x
291 self.draw(accurateMarks=False)
292
293 def unmarkX(self):
294 self.xMark = None

Callers 2

OnMplCanvasClickMethod · 0.95
OnMplCanvasDragMethod · 0.95

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected