Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ OnShowLegendChange
Method
OnShowLegendChange
graphs/gui/ctrlPanel.py:322–324 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
320
self.Layout()
321
322
def
OnShowLegendChange(self, event):
323
event.Skip()
324
self.graphFrame.draw()
325
326
def
OnShowY0Change(self, event):
327
event.Skip()
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected