LICENSE
README.md
setup.py
alltheplots/__init__.py
alltheplots.egg-info/PKG-INFO
alltheplots.egg-info/SOURCES.txt
alltheplots.egg-info/dependency_links.txt
alltheplots.egg-info/requires.txt
alltheplots.egg-info/top_level.txt
alltheplots/plots/__init__.py
alltheplots/plots/plot.py
alltheplots/plots/plots_1d.py
alltheplots/plots/plots_2d.py
alltheplots/plots/plots_3d.py
alltheplots/plots/plots_nd.py
alltheplots/plots/n_dim/__init__.py
alltheplots/plots/n_dim/dim_reduction/__init__.py
alltheplots/plots/n_dim/dim_reduction/pca_projection.py
alltheplots/plots/n_dim/dim_reduction/tsne_projection.py
alltheplots/plots/n_dim/dim_reduction/umap_projection.py
alltheplots/plots/n_dim/distribution/__init__.py
alltheplots/plots/n_dim/distribution/cdf_plot.py
alltheplots/plots/n_dim/distribution/hist_plot.py
alltheplots/plots/n_dim/distribution/kde_plot.py
alltheplots/plots/n_dim/projection/__init__.py
alltheplots/plots/n_dim/projection/max_projection.py
alltheplots/plots/n_dim/projection/mean_projection.py
alltheplots/plots/n_dim/projection/std_projection.py
alltheplots/plots/one_dim/__init__.py
alltheplots/plots/one_dim/distribution/__init__.py
alltheplots/plots/one_dim/distribution/cdf.py
alltheplots/plots/one_dim/distribution/hist_kde.py
alltheplots/plots/one_dim/distribution/violin.py
alltheplots/plots/one_dim/frequency_domain/__init__.py
alltheplots/plots/one_dim/frequency_domain/autocorrelation.py
alltheplots/plots/one_dim/frequency_domain/fft_magnitude.py
alltheplots/plots/one_dim/frequency_domain/power_spectral_density.py
alltheplots/plots/one_dim/time_domain/__init__.py
alltheplots/plots/one_dim/time_domain/line_scatter.py
alltheplots/plots/one_dim/time_domain/line_scatter_logx.py
alltheplots/plots/one_dim/time_domain/line_scatter_logy.py
alltheplots/plots/three_dim/__init__.py
alltheplots/plots/three_dim/distribution/__init__.py
alltheplots/plots/three_dim/distribution/cdf_3d.py
alltheplots/plots/three_dim/distribution/dim_reduction_2d.py
alltheplots/plots/three_dim/distribution/hist_kde_3d.py
alltheplots/plots/three_dim/slice_views/__init__.py
alltheplots/plots/three_dim/slice_views/xy_slice.py
alltheplots/plots/three_dim/slice_views/xz_slice.py
alltheplots/plots/three_dim/slice_views/yz_slice.py
alltheplots/plots/three_dim/visualization/__init__.py
alltheplots/plots/three_dim/visualization/surface_3d.py
alltheplots/plots/two_dim/__init__.py
alltheplots/plots/two_dim/distribution/__init__.py
alltheplots/plots/two_dim/distribution/hist_kde.py
alltheplots/plots/two_dim/frequency_domain/__init__.py
alltheplots/plots/two_dim/frequency_domain/fft2d.py
alltheplots/plots/two_dim/overview/__init__.py
alltheplots/plots/two_dim/overview/contour.py
alltheplots/plots/two_dim/overview/heatmap.py
alltheplots/plots/two_dim/overview/surface_3d.py
alltheplots/plots/two_dim/slicing/__init__.py
alltheplots/plots/two_dim/slicing/col_mean.py
alltheplots/plots/two_dim/slicing/row_mean.py
alltheplots/utils/__init__.py
alltheplots/utils/logger.py
alltheplots/utils/type_handling.py
tests/test_1d.py
tests/test_2d.py
tests/test_3d.py
tests/test_nd.py