From 22f4fc0902b0ed708a245c6b82a341dbbfee99b5 Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Wed, 19 Apr 2023 12:22:39 -0400 Subject: [PATCH] Update openmc/universe.py Co-authored-by: Paul Romano --- openmc/universe.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openmc/universe.py b/openmc/universe.py index 3f49825472..d5ae077178 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -342,9 +342,6 @@ class Universe(UniverseBase): .. versionadded:: 0.13.4 legend_kwargs : dict Keyword arguments passed to :func:`matplotlib.pyplot.legend`. - The default is: - - {'bbox_to_anchor': (1.05, 1), 'loc':2, 'borderaxespad': 0.0} .. versionadded:: 0.13.4 **kwargs