Implement individual point getter for cap sim graph

This commit is contained in:
DarkPhoenix
2019-08-19 21:06:28 +03:00
parent 7984b57494
commit d577b1d1c6
2 changed files with 41 additions and 7 deletions

View File

@@ -210,6 +210,8 @@ class GraphCanvasPanel(wx.Panel):
yMarks = set()
def addYMark(val):
if val is None:
return
# If due to some bug or insufficient plot density we're
# out of bounds, do not add anything
if minY <= val <= maxY: