Skip to content
Snippets Groups Projects
Commit ef1390ca authored by Julius's avatar Julius
Browse files

updated serializer.show() in matplotserializer python interface

parent 2c399aa0
Branches
No related tags found
1 merge request!26updated serializer.show() in matplotserializer python interface
Pipeline #1457465 passed
......@@ -46,3 +46,4 @@ class MatplotlibSerializer(Serializer):
gridspec_kw: Optional[Dict[str, Any]] = None,
**fig_kw: Any,
) -> Tuple[MplFigure, Any]: ...
def show(self, *, block: Optional[bool] = None) -> None: ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment