kaggle data visualization course. So far I have learned to make line plots, bar pots and heatmaps. One problem I had is that because I have the dark theme on the kaggle kernel is that I could not see the numbers on the side of the bar plot.
I could not figure out what to do. I looked in the documentation to the matplotlib and found that I could use the facecolor parameter to the figure function to change the color around the side of the bar plot.
Making bar plots, lime plots and heat maps is not as heard as I thought they would be. At least making simple ones is not as hard as I thought they would be. All I need to remember is plt.title for the time of the plot. Then there is plt.figure with which I can set the side of the plot. And then there is of course sns.lineplot, and sns.barplot, sns.heatmap. to make the plots and heatmap.
Data visualization is fun.
