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
Post a Comment