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

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -