Re: [julia-users] Re: transparent color in gadfly

2015-09-24 Thread Tim Holy
I'd recommend filing an issue with Gadfly containing a complete, stand-alone example. (Or tackling it yourself, it may not be hard---see the changes in the PR I linked to.) Best, --Tim On Wednesday, September 23, 2015 07:47:24 PM Li Zhang wrote: > Hi Tim, > > I Checked out the Compose and Gadf

[julia-users] Re: transparent color in gadfly

2015-09-23 Thread Li Zhang
Hi Tim, I Checked out the Compose and Gadfly, and set transparent color works in ``` theme(default_color=RGBA(1.0,0.0,0.0,0.3)) ``` but stack overflowed when set transparent color in ``` Guide.manual_color_key("legend",["label"],[RGBA(1.0,0.0,0.0,0.3)]), and Scale.color_discrete_manual(RGBA(1.0