Graphs uploaded to Kaggle from Jupyter Notebook don’t look right
I wrote some code in Jupyter notebook, and when I ran it there, the graphs looked nice. But when I uploaded it to kaggle, suddenly the graphs don’t look right. the legend has too many values and isn’t in the right place, and the bars look skinny and not all the data is being shown. I don’t know why it would change between the two platforms like that.
Jupyter Notebook Graph
Kaggle Graph
How to show tickmarks when using whitegrid seaborn style
I’m struggling to find how to show the tick marks on the x-axis when I enable the whitegrid
seaborn style: