-
Notifications
You must be signed in to change notification settings - Fork 47
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
add optional wait = .false. to call execute_command_line ('wgnuplot -persist ' // this%txtfilename) #36
Comments
This is an automatic reply, confirming that your e-mail was received.Thank you!
|
Hi @CRquantum |
Great thank you! Again nice package! |
This is an automatic reply, confirming that your e-mail was received.Thank you!
|
Oh, another question. Is there a way to show the plot in real time?
Thank you very much! This real time display/updating in just one windows will be really very useful bro! LOL! |
I mean I noticed the animation function, but it seems it need to wait until the whole x and y loop finished, then in one window, it can display y vs x as animation. But I wonder is it possible show y .vs. x animation during the loop, and in the same popup window. Thank you very much! |
The ogpf is wrapper around gnuplot! So everything is supported by gnuplot is supported by ogpf. You should not ogpf work in asynchronous way! It has to write everything in a file and then plot so, before start plotting you should have all those data to be plotted! |
Thank you my man!
Now it can display the changes in the plot in real time. |
Thank you @CRquantum |
Thank you bro. Yeah it can work it will be really very useful :) |
@CRquantum |
thanks a lot. By the way what is PR?
Regards,
Rong
On May 5, 2022, at 22:56, Mohammad Rahmani ***@***.***> wrote:
@CRquantum<https://github.com/CRquantum>
I would appreciate to submit a PR when you have time. I am very busy and I forgot about this.
—
Reply to this email directly, view it on GitHub<#36 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMMZXVROL4APONBKR34W6ELVISX77ANCNFSM5OQ3DN5A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
A PR is a pull request, that means you can form the repo, change the code and push it for merging! |
Hi @kookma !
This is awesome package, love it!
Just a small suggestion, not an issue.
Do you think perhaps you could at some place let the user choose to plot without wait? I mean so that it can plot several plots simultaneously without wait for the previous one to complete.
E.g, at wait = .false. in call execute_command_line,
Thanks!
Best regards,
Rong
The text was updated successfully, but these errors were encountered: