From 2f87ce7f2789b5a5a75ae70099cfcb2d12bae30c Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Wed, 19 Apr 2023 12:22:29 -0400 Subject: [PATCH] Update openmc/universe.py Co-authored-by: Paul Romano --- openmc/universe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/universe.py b/openmc/universe.py index b85d36895..3f4982547 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -296,7 +296,6 @@ class Universe(UniverseBase): return [] # default kwargs that are passed to plt.legend in the plot method below. - # If you change this, be sure to change it in the docstring for plot below. _default_legend_kwargs = {'bbox_to_anchor': ( 1.05, 1), 'loc': 2, 'borderaxespad': 0.0}