t-bltg
t-bltg
Can you try https://github.com/JuliaPlots/GraphRecipes.jl/issues/154#issuecomment-1081248382 ? Maybe related to https://github.com/JuliaPlots/GraphRecipes.jl/issues/175 or https://github.com/JuliaPlots/GraphRecipes.jl/issues/154.
Try to play with https://docs.juliaplots.org/stable/generated/attributes_series/. A `PR` to set `markerstrokewidth=0`, and other potential fixes would be appreciated.
> Wouldn't it be better to setup your own stdin that you control instead? How can I do that ? AFAIK there is now way to recover the **parent** `stdin`...
Debug messages from [loading `GR_jll`](https://github.com/jheinen/GR.jl/blob/744fa7c759e1f20b2d61eeb11895df3eec996e11/src/preferences.jl#L6) are also hidden making debugging harder. As seen trying to help debug `Plots` precompilation for unexperimented users in https://discourse.julialang.org/t/cannot-precompile-plots-jl-due-to-gr/88230/9 or in https://discourse.julialang.org/t/julia-fails-to-precompile-plots/88411/20.
@Wikunia, see also the discussion at https://github.com/FedeClaudi/Term.jl/discussions/121.
Does this fix https://github.com/JuliaPackaging/Yggdrasil/pull/5784#issuecomment-1301183099 ? Maybe we can remove `PATH` on `windows` since `LIBPATH` is adjusted...
@jheinen, for the next release of `GR.jl`, it'd be cautious to bump to `0.70.0`, since the recent changes might break `Plots`. This would allow us to test `Plots` ci before...
> Do you know what the original issue was From what I recall, this occurred when saving figures, and this involved `svgplugin.dll` for sure.
Ha, that might be related to `vscode`, https://github.com/JuliaPlots/Plots.jl/issues/4375#issuecomment-1260086074, it'll be great to confirm that `GR#master` (and also without `PATH` set) works on `vscode` on `windows`. Afaik, we can't test `vscode`...
The problem was `windows` + `vscode` (again), after https://github.com/JuliaPackaging/Yggdrasil/pull/5784. I had thus to yank latest `GR_jll` in https://github.com/JuliaRegistries/General/pull/71554, before it got out of hand. It is not acceptable to break...