-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
On windows 10, python 3.10, pycharm Build #PC-231.9161.41, built on June 20, 2023
After
import numpy as np
from distfit import distfit
X = np.random.normal(0, 2, 10000)
y = [-8,-6,0,1,2,3,4,5,6]
Initialize
dfit = distfit(alpha=0.01)
Fit
dfit.fit_transform(X)
Plot seperately
fig, ax = dfit.plot(chart='pdf')
I get a blank plot freezed!
I can't resize or other. If I close plot I get:
Process finished with exit code -805306369 (0xCFFFFFFF)
Metadata
Metadata
Assignees
Labels
No labels