Plots.jl
Plots.jl copied to clipboard
Saving to PNG adds lines back when linewidth=0
I opened an issue in GR, but this is possibly due to how Plots treats line widths.
https://github.com/jheinen/GR.jl/issues/147#issuecomment-419614495
See also https://github.com/JuliaPlots/Plots.jl/issues/1416. You can use linecolor = invisible()
as a workaround.
Or probably linealpha = 0
is also sufficient.
But i think we could include this workaround in the gr backend code.
Neither linecolor = invisible()
nor linealpha = 0
work for me when saving to PDF. What am I supposed to do instead?