Templates
Ready-made analysis figures: diurnal pattern, correlation matrices, the Koschmieder visibility fit and its PM₂.₅ × gRH extinction contour, ammonium-rich classification and metal heatmaps. Usage: Visualization.
AeroViz.plot.templates.diurnal_pattern
Attributes
Classes
Color
Unit
Functions:
set_figure
set_figure(func=None, *, figsize: tuple | None = None, fs: int | None = None, fw: str = None, autolayout: bool = True)
auto_label_pct
auto_label_pct(pct, symbol: bool = True, include_pct: bool = False, ignore: Literal['inner', 'outer'] = 'inner', value: float = 2)
AeroViz.plot.templates.corr_matrix
Attributes
Classes
Color
Unit
Functions:
set_figure
set_figure(func=None, *, figsize: tuple | None = None, fs: int | None = None, fw: str = None, autolayout: bool = True)
auto_label_pct
auto_label_pct(pct, symbol: bool = True, include_pct: bool = False, ignore: Literal['inner', 'outer'] = 'inner', value: float = 2)
linear_regression_base
linear_regression_base(x_array: ndarray, y_array: ndarray, columns: str | list[str] | None = None, positive: bool = True, fit_intercept: bool = True)
corr_matrix
corr_matrix(data: DataFrame, cmap: str = 'RdBu', ax: Axes | None = None, items_order: list = None, **kwargs) -> tuple[Figure, Axes]
cross_corr_matrix
cross_corr_matrix(data1: DataFrame, data2: DataFrame, cmap: str = 'RdBu', ax: Axes | None = None, items_order: list = None, **kwargs) -> tuple[Figure, Axes]
Create a correlation matrix between two different DataFrames.
Parameters:
data1 : pd.DataFrame First DataFrame data2 : pd.DataFrame Second DataFrame cmap : str, optional Color map for the correlation matrix ax : Axes, optional Matplotlib axes to plot on items_order : list, optional List specifying the order of items to display **kwargs : dict Additional keyword arguments
AeroViz.plot.templates.cross_corr_matrix
cross_corr_matrix(data1: DataFrame, data2: DataFrame, cmap: str = 'RdBu', ax: Axes | None = None, items_order: list = None, **kwargs) -> tuple[Figure, Axes]
Create a correlation matrix between two different DataFrames.
Parameters:
data1 : pd.DataFrame First DataFrame data2 : pd.DataFrame Second DataFrame cmap : str, optional Color map for the correlation matrix ax : Axes, optional Matplotlib axes to plot on items_order : list, optional List specifying the order of items to display **kwargs : dict Additional keyword arguments
AeroViz.plot.templates.contour
Attributes
Classes
Color
Unit
Functions:
set_figure
set_figure(func=None, *, figsize: tuple | None = None, fs: int | None = None, fw: str = None, autolayout: bool = True)
auto_label_pct
auto_label_pct(pct, symbol: bool = True, include_pct: bool = False, ignore: Literal['inner', 'outer'] = 'inner', value: float = 2)
AeroViz.plot.templates.koschmieder
Attributes
Classes
Color
Unit
Functions:
set_figure
set_figure(func=None, *, figsize: tuple | None = None, fs: int | None = None, fw: str = None, autolayout: bool = True)
auto_label_pct
auto_label_pct(pct, symbol: bool = True, include_pct: bool = False, ignore: Literal['inner', 'outer'] = 'inner', value: float = 2)