gcalderone / Gnuplot.jl

Julia interface to gnuplot
Other
119 stars 16 forks source link

Plot doesn't appear in front of other windows #22

Closed PallHaraldsson closed 4 years ago

PallHaraldsson commented 4 years ago

FYI: Your package is (seems?) also affected: https://github.com/mbaz/Gaston.jl/issues/134

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

gcalderone commented 4 years ago

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.

gcalderone commented 4 years ago

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