t-bltg

Results 349 comments of t-bltg

No scaling of font size is really annoying, and forces to use infamous hacks as in https://docs.juliaplots.org/stable/gallery/gr/generated/gr-ref55/#gr_demo_55.

I agree that the native [`barplot`](https://github.com/JuliaPlots/UnicodePlots.jl#barplot) looks better than the `Plots` recipe, so we should bypass it (as it is currently done e.g. for [`heatmap`](https://github.com/JuliaPlots/Plots.jl/blob/7dcda22e12b4e2dc48e4a025f0338a8402c16d7c/src/backends/unicodeplots.jl#L190), `spy` or `densityplot`). I'll have...

I've had a look, but it seems more harder to implement than expected since `:bar` is a dependency of `:barbins` and other recipes. Furthermore, `UnicodePlots` only support horizontal bar plots,...

I see, https://github.com/jheinen/GR.jl/issues/470. Let's delay the merge until addressed then.

I think the problem is related to https://github.com/JuliaPlots/Plots.jl/issues/2417. If we combine legends, it will fix the issue.

It seems, inspecting actions logs, that the PR is not to blame, and that the hang is related to the julia `1` transition in workflows (`1.7.3` -> `1.8.1`).

The test hangs at `@eval using RoundingIntegers` in https://github.com/timholy/Revise.jl/blob/3b2275c90106e34d63bc7f67b2edbc5724489bd9/test/runtests.jl#L3147

And further investigation shows that it hangs here (and recurses ?) on this line https://github.com/timholy/Revise.jl/blob/3b2275c90106e34d63bc7f67b2edbc5724489bd9/test/runtests.jl#L3101 cc @timholy.