Re: [julia-users] Missing fonts for OS X when web rendering plots

2014-10-27 Thread Stefan Karpinski
Best to post an issue on Gadfly: https://github.com/dcjones/Gadfly.jl/issues On Mon, Oct 27, 2014 at 4:22 PM, James Kyle wrote: > The fonts aren't readable (present?) when rendering web charts on osx. > > For example, using gadfly: > > plot(posts, x=:score, Geom.histogram) > > Opens Safari w

[julia-users] Missing fonts for OS X when web rendering plots

2014-10-27 Thread James Kyle
The fonts aren't readable (present?) when rendering web charts on osx. For example, using gadfly: plot(posts, x=:score, Geom.histogram) Opens Safari with the following rendered chart: http://i.imgur.com/3BxEHmh.png If you store the plot and write it to png with Draw, the fonts look fine.