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}