Regular Pie Chart

In [41]:
%matplotlib inline
from verticapy.datasets import load_titanic
titanic = load_titanic()
titanic["pclass"].pie(colors = ["#0073E7", "#FE5016", "#263133",],)
Out[41]:
<AxesSubplot:>