This is how I do it in Plots: https://github.com/tbreloff/Plots.jl/blob/master/src/backends/gadfly.jl#L140-L145
The border is the "highlight"... to remove it I think either 0 width or 0 alpha will work. You should be able to pass RGBA colors, so that includes opacity. On Thu, Nov 5, 2015 at 10:40 AM, Patrick Kofod Mogensen < [email protected]> wrote: > I've tried looking through the documentation, and I feel like maybe I am > just not understanding the types in Color.jl well enough, but say I have a > scatter plot, how do I > > a) Remove the border > b) Make the points opaque? > > Looking at http://gadflyjl.org/geom_point.html I am not quite sure why > the border is white in some plots and black in others. Is it because of the > continuous color scale? > > Best, > Patrick >
