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
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.