Removed finalize... not needejd
This commit is contained in:
parent
3c7525dd3b
commit
2fe3c047fe
|
@ -51,7 +51,7 @@ win_size = (xx+size, 2*x0)
|
|||
|
||||
layout = [[sg.Graph(canvas_size=win_size, graph_bottom_left=(0, 0),
|
||||
graph_top_right=win_size, key='-GRAPH-')]]
|
||||
window = sg.Window('Fourier', layout=layout, finalize=True)
|
||||
window = sg.Window('Fourier', layout=layout)
|
||||
draw = window['-GRAPH-']
|
||||
|
||||
i = 0
|
||||
|
|
Loading…
Reference in New Issue