You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[sg.Text('Make sure the text is green below before proceeding')],
58
59
[sg.Text(' ')],
59
60
[sg.Text('No CSV has been entered', size= (51,1),text_color='red',key='fn')],
60
61
[sg.Text(' ')]]
@@ -72,12 +73,12 @@ def Main():
72
73
[sg.Text('Enter graph Width')],
73
74
[sg.Text(' ')],
74
75
[sg.Text('Select the X axis'), sg.Text(' Select the y axis(s)')],
75
-
[sg.Listbox(['Load CSV to See available headers'], key='xheaders', size=(30,6)),sg.Listbox(['Load CSV to See available headers'],select_mode='multiple',key='yheaders', size=(30,6)), sg.Checkbox('Maintain ASR',default=False,key='ASR')]]
76
+
[sg.Listbox(['Load CSV to See available headers'], key='xheaders', size=(30,6)),sg.Listbox(['Load CSV to See available headers'],select_mode='multiple',key='yheaders', size=(30,6)), sg.Checkbox('Maintain Aspect',default=False,key='ASR')]]
76
77
77
78
#general layout bringing all the smaller frames together
78
79
layout= [[sg.Text('First, Use Open to load a CSV into the program and verify the correct path in the preview box.')],
79
80
[sg.Text('Note to keep the box a perfect square, leave the height and width at 610 by 650')],
0 commit comments