PieChart.apply_style

PieChart.apply_style(ax: matplotlib.axes._axes.Axes) → matplotlib.axes._axes.Axes

Apply styling to axes with spines and grid, can be overridden

Parameters

ax (matplotlib.pyplot.Axes) – Axes to apply styling to

Returns

Styled Axes object

Return type

matplotlib.pyplot.Axes