Data Visualisation

Use ggplot2 Syntax in Python

R language has a rich graphical tool used for producing standard professional plots called ggplot2. For someone coming from R to python,learning python’s graphical tools such as matplotlib and seaborn can be quite intimidating.For this reason,in this blog I will illustrate how,armed with R knowledge,one can proceed and create stunning plots in python without much needing the python knowledge. Contents Plotnine Data set used Plotting Setting up your environment