Skip to content

fix: add `block=False` to the `plot.show()`

Serhii Savruk requested to merge fix-blocking-mathplot-show into master

Changes is necessary for future MacOS tests. Add block=False property to plot.show() methods.

(https://matplotlib.org/2.0.2/api/pyplot_api.html#matplotlib.pyplot.show)

Edited by Serhii Savruk

Merge request reports