GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.

Home Page:http://gadflyjl.org/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests and building docs currently failing

bjarthur opened this issue · comments

specifically subplot_grid_guides.jl. stacktrace indicates a problem with using InlineStrings. the fix requires changes to both Compose and Gadfly. PRs are in the works.

RDatasets uses String7 now. that's the source of the problem.

here's the fixes to Compose: GiovineItalia/Compose.jl#438

and here's the fixes to Gadfly #1608