mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update openmc/universe.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
a02d583ac1
commit
2f87ce7f27
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue