On the last section of the Guided Project: Visualizing Earnings Based On College Majors, while plotting directly in pandas rather than matplotlib, the instructions and solutions use
recent_grads[:5].plot.bar(x=‘Major’, y=‘Women’)
to label the axis and bars, but on my local computer, the x axis remains unlabeled and the bars are labeled with the index/rank numbers.
I’ve been doing this entire guided project on my local machine as the jupyter notebook running through dataquest times out so often it’s unusable.
This guided project as a whole along with its solutions is very bare bones. It introduced me to a few other methods of plotting, but I’m not sure it’s fair to call it a guided project.