'What is the python code corresponding to the following R code?

I have monthly sales for 5 years and I applied the following code In R to seasonal plot:

ggseasonplot(S5, year.labels=TRUE, year.labels.left=TRUE)

So how can I plot it using pythonic way?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source