mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
dependency on PySimpleGUI removed
This commit is contained in:
parent
ed0db69b67
commit
f11bde8f5b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from .fits import standard_fit
|
|||
from matplotlib import pyplot as plt
|
||||
from matplotlib.ticker import NullFormatter # useful for `logit` scale
|
||||
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
|
||||
import PySimpleGUI as sg
|
||||
#import PySimpleGUI as sg
|
||||
import matplotlib
|
||||
|
||||
class Corr:
|
||||
|
|
Loading…
Add table
Reference in a new issue