We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1 Describe the bug If subsequent tasks in a workflow share the same figure (MyTask.C_PLOT_STANDALONE = FALSE), the following behavior occurs:
The output of task 2 is shown next time when task 1 refreshes the plot.
The causing code is implemented in the class Plottable.update_plot():
2 To Reproduce ...
3 Expected behavior The best would be to refresh the figure whenever the last task in the plot chain updates the plot.
4 Screenshots If applicable, add screenshots to help explain your problem.
5 Additional Information
5.1 Operating System
The text was updated successfully, but these errors were encountered:
Bug: Missing plot refresh of tasks sharing the Matplotlib figure with…
78e2d8d
… the prior task #1076
89bb393
44b5477
detlefarend
Successfully merging a pull request may close this issue.
1 Describe the bug
If subsequent tasks in a workflow share the same figure (MyTask.C_PLOT_STANDALONE = FALSE), the following behavior occurs:
The output of task 2 is shown next time when task 1 refreshes the plot.
The causing code is implemented in the class Plottable.update_plot():
2 To Reproduce
...
3 Expected behavior
The best would be to refresh the figure whenever the last task in the plot chain updates the plot.
4 Screenshots
If applicable, add screenshots to help explain your problem.
5 Additional Information
5.1 Operating System
The text was updated successfully, but these errors were encountered: