Plotting#

The ktch.plot module implements plotting functions for morphometrics.

plot.explained_variance_ratio_plot(pca, *[, ...])

Plot explained variance ratio of PCA components.

plot.shape_variation_plot([reducer, ...])

Plot reconstructed shapes along component axes.

plot.configuration_plot(data, *[, x, y, z, ...])

Plot configurations of landmarks.

plot.tps_grid_2d_plot(x_reference, x_target)

Plot the thin-plate spline 2D warped grid.

plot.morphospace_plot([data, x, y, hue, ...])

Scatter plot of specimens in morphospace with shape insets.