mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02: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 import pyplot as plt
|
||||||
from matplotlib.ticker import NullFormatter # useful for `logit` scale
|
from matplotlib.ticker import NullFormatter # useful for `logit` scale
|
||||||
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
|
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
|
||||||
import PySimpleGUI as sg
|
#import PySimpleGUI as sg
|
||||||
import matplotlib
|
import matplotlib
|
||||||
|
|
||||||
class Corr:
|
class Corr:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue