-
Notifications
You must be signed in to change notification settings - Fork 30
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
gnuplot crashes when creating basic plot #161
Comments
Thanks for the report. Gaston interacts with gnuplot uisng the stdin/stdout/stderr streams. The problem is likely that these are broken in Windows for Julia 1.6.0. I will try to reproduce this and figure out the cause. It may take some time, though, since I don't work much on Windows. |
Initial tests on Windows 10 seem to indicate that gnuplot 5.4.1 crashes when using the Windows terminal. |
If you have a chance, could you please try:
|
Yes, qt terminal seems to work and a plot window opens. However, I also get the following warning: ┌ Warning: Gnuplot returned an error message:
│
│ Warning: slow font initializationqt_processTermEvent received a GE_fontprops event. This should not
have happened
└ @ Gaston C:\Users\Frederik Banning\.julia\packages\Gaston\ctAQy\src\gaston_llplot.jl:182 |
This is a known problem; see the Gnuplot FAQ here: http://www.gnuplot.info/faq/ One option is to start gnuplot with |
In response to a Zulip conversation
Using gnuplot and creating a demo plot with it works perfectly fine though.
Specs: Win10, Julia 1.6.0, gnuplot 5.4.1
Gaston.config
:The text was updated successfully, but these errors were encountered: