[julia-users] Re: Gadfly legend for different layers

2015-07-28 Thread elcitch
Is there a way to specify the color once for the layer for both the line and the color key? It looks like you have to define the color for each layer twice. Thanks!

[julia-users] Re: Gadfly legend for different layers

2015-02-27 Thread Daniel Jones
Right, I meant "Guide.manual_color_key". Thanks. On Friday, February 27, 2015 at 9:20:46 AM UTC-8, cormu...@mac.com wrote: > > Guide? > > Guide.manual_color_key("Key Title", ["Thing One", "Thing Two"], > [color("red"), color("green")]), > >

[julia-users] Re: Gadfly legend for different layers

2015-02-27 Thread cormullion
Guide? Guide.manual_color_key("Key Title", ["Thing One", "Thing Two"], [color("red"), color("green")]),

[julia-users] Re: Gadfly legend for different layers

2015-02-27 Thread Daniel Jones
You can manually create a colorkey, using Geom.manual_color_key, it works like Geom.manual_color_key("Key Title", ["Thing One", "Thing Two"], [color("red"), color("green")]) On Friday, February 27, 2015 at 5:53:29 AM UTC-8, Andrei Berceanu wrote: > > I have a 2D plot of 2 layers with different