Hi All,
Please review my Guided Project: Visualizing The Gender Gap In College Degrees
Please let me know any other option is available to hide the blank plot.
fig.delaxes(ax[5][1])
s2c3_project.ipynb (642.8 KB)
Click here to view the jupyter notebook file in a new tab
1 Like
Hi @balaorcl
congratulations for having completed the project in Visualizing the Gender Gap in College Degrees.
I love your introduction part is so informative, For the comments , you need to do something about it, you have hardly used them.
I agree with you that the output( of the last code cell) is self explanatory, but I would suggest that you add just a little explanation as this shows the consistency of the objectives of your project.
Also this project ,can be written in just a single code cell hope you noticed that, but I can see you have followed the instructions as given which is still okay. With the single code cell could have saves you more space and time spent as well.
balaorcl
Please let me know any other option is available to hide the blank plot.
fig.delaxes(ax[5][1])
I think this axes[5,1].set_axis_off()
will render out the same output.
Happy learning.
1 Like
Hi @brayanopiyo18,
Thank You for your valuable feedback as suggestions.
ax[5,1].set_axis_off()
worked like a charm, Thank You.
1 Like