Josef Heinen
Josef Heinen
... and you are on the command line without any `GKS_WSTYPE` settings?
Could you please update `GR.jl` (0.72.5) and enable debugging: ```shell JULIA_DEBUG=GR GRDISPLAY=plot julia ``` ```Julia using GR plot(randn(20,5), labels=("a", "b", "c", "d", "e")) ```
I can't reproduce the problem with the run-time version we provide. The problem seems to occur only with the `GR_JLL` version - so it is hard for me to debug...
The problem should be fixed with 0.72.6
It seems to me, that `grplot` is not stopped correctly when using the `GR_JLL` version on Linux. This doesn't happen with "our" GR distribution. As a workaround, you might `killall...
@ufechner7 : With GR 0.72.7 this issue should be fixed - it was a timing problem that essentially occurred on Linux systems with more recent kernels. On our test machines...
> It works the first time, but if you close the GR window it will not pop up again, unless you close the Julia REPL session and restart Julia. This...
I don't quite understand why you should stop the `grplot` process. Or is it just to minimize the window? Due to performance reasons it makes sense that the process is...
Did you switch to the GR system binary? ```Julia using GR GR.GRPreferences.use_system_binary("/usr/gr"; force = true) ``` The diagnostics should look like this: ```Julia using GR; GR.GRPreferences.diagnostics() ┌ Info: GRDIR Environment...
The edit feature is still WIP.