Skip to content
Snippets Groups Projects

Release 2.3

Merged David Schäfer requested to merge release2.3 into develop
+ 1
1
@@ -327,7 +327,7 @@ class ToolsMixin:
ax_kwargs=ax_kwargs,
)
if ax is None:
if ax is None and not path:
plt.show()
if path:
Loading