Suppressing gridlines in ggplot for Python -



Suppressing gridlines in ggplot for Python -

i create simple scatter plot using ggplot python, don't want grid lines in plot. there way suppress gridlines? know in ggplot2 can utilize like

theme(panel.grid.major.x = element_blank(), panel.grid.minor.x = element_blank())

however, can't find similar in ggplot python documentation or on stackexchange.

i had same problem , able find theme @ http://ggplot.yhathq.com/docs/theme_matplotlib.html

python gridlines python-ggplot

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -