gcalderone/Gnuplot.jl

Plot doesn't appear in front of other windows

PallHaraldsson opened this issue · 2 comments

FYI: Your package is (seems?) also affected: mbaz/Gaston.jl#134

Ubuntu is most likely to be your users platform (not nonstandard setup with Openbox where this works).

The z-order and window behavior are strongly dependent on the user window manager settings, and there is nothing a Gnuplot.jl, Gaston or gnuplot can do to override those settings.

If it is just a qt problem, you may check with the wxt terminal.

Also, Gnuplot.jl is not going to privilege a given platform above the others, hence no specific hack will be implemented.

@PallHaraldsson , please consider closing the issue if you think this is solved.