You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Live plotting does not seem to work, does not report data live and does not report results at all, plot remains completely still.
Image to illustrate:
To Reproduce
A minimal code example that reproduces the problem would be a big help if you can provide it.
I copied the code example from the readme, exact same code but "live()" instead of "show()". When i used "show" the graph was showing correctly, but when i changed to "live" it displayed a blank plot that did not change with time. Doesn't even seem to run the benchmark at all (from looking at task manager)
Diagnose
I may ask you to cut and paste the output of the following command.
pip freeze | grep perfplot
Perfplot version is 0.10.2
Did I help?
If I was able to resolve your problem, consider sponsoring my work on perfplot, or buy me a coffee to say thanks.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Live plotting does not seem to work, does not report data live and does not report results at all, plot remains completely still.
Image to illustrate:
To Reproduce
A minimal code example that reproduces the problem would be a big help if you can provide it.
I copied the code example from the readme, exact same code but "live()" instead of "show()". When i used "show" the graph was showing correctly, but when i changed to "live" it displayed a blank plot that did not change with time. Doesn't even seem to run the benchmark at all (from looking at task manager)
Diagnose
I may ask you to cut and paste the output of the following command.
Perfplot version is 0.10.2
Did I help?
If I was able to resolve your problem, consider sponsoring my work on perfplot, or buy me a coffee to say thanks.
The text was updated successfully, but these errors were encountered: