Merge pull request #3118 from PySimpleGUI/Dev-latest

Updated Matplotlib Template Program
This commit is contained in:
PySimpleGUI 2020-07-07 17:53:06 -04:00 committed by GitHub
commit 49599ace05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# import PySimpleGUI as sg
import PySimpleGUI as sg
# import PySimpleGUIQt as sg
import PySimpleGUIWeb as sg
# import PySimpleGUIWeb as sg
import numpy as np
from matplotlib.backends.backend_tkagg import FigureCanvasAgg