diff --git a/src/pymatgen/analysis/wulff.py b/src/pymatgen/analysis/wulff.py index fa1947145dc..23a6986d87f 100644 --- a/src/pymatgen/analysis/wulff.py +++ b/src/pymatgen/analysis/wulff.py @@ -309,7 +309,7 @@ def show(self, *args, **kwargs): *args: Passed to get_plot. **kwargs: Passed to get_plot. """ - self.get_plot(*args, **kwargs).show() + self.get_plot(*args, **kwargs).get_figure().show() def get_line_in_facet(self, facet): """Get the sorted pts in a facet used to draw a line."""