Basic contourplot with seaborn. 2d density chart withMatplotlib 2D densities are computed thanks to thegaussian_kde()function and plotted thanks with thepcolormesh()function ofmatplotlib(). Basic 2d density with bins customization Control the color in the 2d density. Black and white, color scale legend.
It is also possible to compute kernel density estimate to get 2d density plots (5) or contour plots (6) Here is an overview of these different possibilities # Libraries import numpy as np import matplotlib.pyplot as plt from scipy.stats import gaussian_kde as kde # Create data: 200 points...
This involves plotting correlation heatmaps to visualize relationships, histograms and scatter plots to examine individual feature distributions and their link to compressive strength, as well as violin and contour plots to investigate categorical relationships with curing days and the interaction between ...