Skip to content

Commit 6a40c4f

Browse files
committed
Create distribution plot
1 parent 137d9f2 commit 6a40c4f

14 files changed

Lines changed: 623 additions & 254 deletions

File tree

src/ert/gui/plotting/ert_plots/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from .cesp import CrossEnsembleStatisticsPlot
22
from .distribution import DistributionPlot
3-
from .gaussian_kde import GaussianKDEPlot
43
from .histogram import HistogramPlot
54
from .misfits import MisfitsPlot
65
from .statistics import StatisticsPlot
@@ -9,7 +8,6 @@
98
__all__ = [
109
"CrossEnsembleStatisticsPlot",
1110
"DistributionPlot",
12-
"GaussianKDEPlot",
1311
"HistogramPlot",
1412
"MisfitsPlot",
1513
"StatisticsPlot",

0 commit comments

Comments
 (0)