It's certainly possible, as I can do this:

[image: Inline image 1]

Looking at my source (
https://github.com/tbreloff/Plots.jl/blob/master/src/backends/gadfly.jl#L490-L492)
it seems like I'm setting the "grid_color" keyword in the "Gadfly.Theme"
constructor to match the background color.  However that seems to be what
you already tried, so I'm not sure what's different.  I tried this is
IJulia and at the REPL... both results were the same for me.

On Mon, Feb 1, 2016 at 8:58 AM, Jon Norberg <[email protected]>
wrote:

> I have searched and tried a few things but cannot remove the background
> grids in Gadfly. Its probably simple and I am missing something
> obvious...Any suggestions would be appreciated.
>
> layer(x=E,y=wetness(E,10.0), Geom.line,Theme(default_color=a[1],
> line_width=2pt, grid_color=colorant"white")
>
> also tried grid_line_width=0pt
>
> but they still show up ( I save it as SVG, but also output in jupiter
> shows them)

Reply via email to