I am having an issue with resizing a bar chart using matplotlib in jupyter notebook, and even after going through other answered questions (How to make inline plots in Jupyter Notebook larger? and Plot width settings in ipython notebook) and using the methods described within the answers to those questions, my bar chart does not change size.
As you can see, even though the rcParams have clearly changed, the plot still remains the same size. Any pointers as to how I can resolve this issue would be greatly appreciated!