1 parent a899516 commit 0f14c23Copy full SHA for 0f14c23
2 files changed
src/latrend/__init__.py
@@ -15,9 +15,9 @@
15
LATREND_PALETTE,
16
make_clusterPropLabels,
17
make_clusterSizeLabels,
18
- plotClusterTrajectories,
19
plotClassProbabilities,
20
plotClassProportions,
+ plotClusterTrajectories,
21
plotFittedTrajectories,
22
plotMetric,
23
plotTrajectories,
src/latrend/plots/trajectories.py
@@ -31,7 +31,6 @@
31
theme_latrend,
32
)
33
34
-
35
# ---------------------------------------------------------------------------
36
# Cluster label helpers (mirrors R make.clusterPropLabels / make.clusterSizeLabels)
37
0 commit comments