hpipy.utils.plotting.plot_index_accuracy#
- class hpipy.utils.plotting.plot_index_accuracy(error_df, size=3)[source]
Bases:
Plot index accuracy.
- Parameters:
error_df (pd.DataFrame) – Error DataFrame.
size (int, optional) – Size of the plot. Defaults to 3.
- Returns:
Accuracy plot.
- Return type:
alt.VConcatChart
- __call__(**kwargs)
Call self as a function.
- __init__(**kwargs)