Add Pipeline Controller automation and example

This commit is contained in:
allegroai
2020-09-01 18:00:19 +03:00
parent 4f06ab1c59
commit 5beecbb078
7 changed files with 884 additions and 8 deletions

View File

@@ -384,7 +384,7 @@ class PatchedMatplotlib:
_pylab_helpers.Gcf.set_active(stored_figure)
# get the main task
reporter = PatchedMatplotlib._current_task._reporter
reporter = PatchedMatplotlib._current_task.__reporter
if reporter is not None:
if mpl_fig.texts:
plot_title = mpl_fig.texts[0].get_text()