-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gaston + DaemonMode: No output window shown #69
Comments
Dear @YggdrasiI, Thank you for your interest in my package. Have you tested directly? I have tested, and I have discovered:
By the way, I recommend you julia plots: https://docs.juliaplots.org/latest/ or Makie (https://docs.makie.org/stable/), in conjunction with https://aog.makie.org/stable/. In my opinion, they are better options. |
Good evening dmolina, thanks, you've pointed me in the right direction. I made a mistake and it also not open the plotting window if the script is running with So it turns out it was the rookie mistake caused by Julia's plotting technique.
Your suggestion to use Makie is generally correct. In my case, however, I come from there and had problems using GLMakie on all computers and was looking for a variant that runs everywhere without code changes. Regards YggdrasiI |
Hello,
I'm struggling with the combination of Gaston (plotting via gnuplot) and DaemonMode. This minimal example will open a plotting window when called with julia, but does not produce any output/error message within DaemonMode
Did I miss something to setup or is this a Problem of Gaston?
Regards YggdrasiI
Environment:
Manjaro 24.0.8, julia installed by
juliaup
Server started by
julia --startup-file=no -e "using DaemonMode; serve()"
Client runs command with
julia --startup-file=no -e "using DaemonMode; runargs()" "$@"
The text was updated successfully, but these errors were encountered: