Skip to content

plot freeze #37

@alekin2

Description

@alekin2

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions