PieChart.create_figure

PieChart.create_figure() → Tuple[matplotlib.pyplot.figure, matplotlib.pyplot.axes]

Create base figure with styling, can be overridden if styling unwanted

Returns

Returns Figure instance and the axes initialized within

Return type

typing.Tuple[plt.figure,plt.figure.axes]