cornerplot
- cornerhex.cornerplot(data: ndarray, cmap='Blues', correlation_textcolor=None, hex_gridsize=30, highlight=None, highlight_linecolor=None, highlight_markercolor=None, hist_backgroundcolor=None, hist_bins=20, hist_edgecolor=None, hist_facecolor=None, labels=None, limits=None, scatter_alpha=0.5, scatter_markercolor=None, scatter_outside_sigma=None, show_correlations=False, sigma_levels=None, sigma_linecolor=None, sigma_smooth=3.0, title_quantiles=None, width=3.0) Tuple[Figure, Axes] [source]
Function creates hexbin corner plot matrix to visualize multidimensional data.