Update openmc/universe.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Gavin Ridley 2023-04-19 12:22:29 -04:00 committed by GitHub
parent a02d583ac1
commit 2f87ce7f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}