MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / unmarkX

Method unmarkX

graphs/gui/canvasPanel.py:293–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 self.draw(accurateMarks=False)
292
293 def unmarkX(self):
294 self.xMark = None
295 self.draw()
296
297 @staticmethod
298 def _getLimits(vals, minExtra=0, maxExtra=0):

Callers 1

OnMplCanvasClickMethod · 0.95

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected