Creating Plots with Matplotlib

Today I was working with Heart Data with Matplotlib. I was learning how to develop multiple row plots and then change the style of the plots. The first plot uses the "default" Matplotlib style. The second plot uses the "fivethirtyeight" style. I also changed the cmap colors to "winter". There is a big debate about whether it is easier to make figures, charts, plots in R than in Python. I think that both programs require a lot of work. However, once you get the basics down, it is just about copying code.