-
Notifications
You must be signed in to change notification settings - Fork 46
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
fg.show() doesn't do anything #29
Comments
To be clear, when you say echo you mean |
Yes, I do $ cargo run --example box_and_whisker -- --terminal wxt
warning: unused manifest key: package.autobenches
warning: unused manifest key: package.autobins
warning: unused manifest key: package.autoexamples
warning: unused manifest key: package.autotests
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target\debug\examples\box_and_whisker.exe --terminal wxt`
help:Some("false")
no-show:Some("false")
terminal:Some("wxt") but no window shows up. Same with using |
I think we are hitting rust-lang/cargo#5598. If you launch your program directly via |
Thanks, that worked. That is quite surprising behaviour! |
Should be fixed, as the associated cargo bug is fixed. |
I have the following code:
But when I run
cargo run --example myexample
, the gnuplot window doesn't show up (not even for a split second). When I choose a different backend such as pngcairo and an output file, it won't create the file either. I have to echo to a .gnuplot file and run gnuplot manually.I'm running Windows 10 64-bit, with Rust 1.26.2 and gnuplot 5.3.
The text was updated successfully, but these errors were encountered: