Thanks, Plots.jl seems really cool... Maybe I should try to use that.
On Thursday, November 5, 2015 at 5:10:35 PM UTC+1, Tom Breloff wrote: > > 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] <javascript:>> 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 >> > >
