Screen Link:
https://app.dataquest.io/m/286/visualizing-frequency-distributions/5/customizing-a-pie-chart
My Code:
import matplotlib.pyplot as plt
wnba["Exp_ordinal"].value_counts().plot.pie(figsize=(6,6), autopct='%.2f%%', title="Percentage of players in WNBA by level of experience.")
plt.ylabel('')
What I expected to happen:
should have completed mission successfully
What actually happened:
Your 1st plot doesn't match what we expected.
I m not getting what is the issue, have restarted the session and reset code than also it is not accepting output,
In output also can see it is similar to what is expected, still m getting failed,
Please help me to understand where i m going wrong