Skip to content
Snippets Groups Projects
Commit d353017e authored by SMEDLEY Jake's avatar SMEDLEY Jake
Browse files

Update mainInterface.py

parent d1c3d0e5
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,8 @@ class colorGraph(FigureCanvas):
## For each type of graph we want, we create a new class similar to colorGraph ##
## New classes go here ##
# First variable needs to correspond EXACTLY to the title of CSV column
# Second is the label of the graph
class speedGraph(colorGraph):
def __init__(self):
colorGraph.__init__(self, 'WindTrue1_Speed', 'Speed m/s')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment