Ben Arthur
Ben Arthur
is it possible to use Gallium on julia 0.6 without this issue resolved?
include would be better than assimilate, as .wav files are used for storing time series data that aren't audio.
related https://discourse.julialang.org/t/gadfly-plots-came-out-really-small-in-pluto-jl/73671 ?
not a problem for me:  try checking out the master branch of Gadfly and Compose with `]dev Gadfly Compose`
sorry, but how can i help if i can't reproduce? the code is open source. please have a look.
i would guess the bug is in [Compose/src/pango.jl](https://github.com/GiovineItalia/Compose.jl/blob/da671cd35805bfbd9dc7a433830b4a8d608fe93a/src/pango.jl#L80-L132) somewhere.
what exactly is crazy? your post is blank. i see: `Gadfly.plot(x=1:5000, y=1:5000)` `Gadfly.plot(x=1:5000, y=1:5000, Theme(highlight_width=0mm))` in the former, the blue interior is being hidden by the white outlines.
Compose tests should pass once https://github.com/JuliaRegistries/General/pull/63655 is merged. this was fixed awhile back. when reporting errors, please first checkout the master branch to confirm they still exist.
the Compose.jl code i linked above defines [max_text_extents](https://github.com/GiovineItalia/Compose.jl/blob/da671cd35805bfbd9dc7a433830b4a8d608fe93a/src/pango.jl#L80-L132). a quick search in Gadfly shows it is used throughout guide.jl. e.g. https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/guide.jl#L872-L874
seems to me the ideal behavior would be to have the order in which the bars are stacked match that in the legend. to achieve, this, i believe [Stat.histogram](https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/statistics.jl#L400) needs...