Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnMplCanvasClick
Method · 0.95
OnMplCanvasDrag
Method · 0.95
Calls
1
draw
Method · 0.95
Tested by
no test coverage detected