LECA.prep.data_visualize
- LECA.prep.data_visualize(df: DataFrame, features: List[str], show_axes: List[str]) None
Visualize dataset with a 2d or 3d plot. Plots the distribution of measurement points within the min-max range of each selected feature.
- Parameters:
data (
DataFrame) – Dataframe of experimental measurements.features (List[str]) – List of all features.
show_axes (List[str]) – List of features to use as axes for the data distribution plot.
- Return type:
None