mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix docstring for Model.plot (#3198)
This commit is contained in:
parent
58400cbf10
commit
d30b2e8014
1 changed files with 2 additions and 2 deletions
|
|
@ -820,14 +820,14 @@ class Model:
|
|||
|
||||
Parameters
|
||||
----------
|
||||
n_samples : dict
|
||||
n_samples : int, optional
|
||||
The number of source particles to sample and add to plot. Defaults
|
||||
to None which doesn't plot any particles on the plot.
|
||||
plane_tolerance: float
|
||||
When plotting a plane the source locations within the plane +/-
|
||||
the plane_tolerance will be included and those outside of the
|
||||
plane_tolerance will not be shown
|
||||
source_kwargs : dict
|
||||
source_kwargs : dict, optional
|
||||
Keyword arguments passed to :func:`matplotlib.pyplot.scatter`.
|
||||
**kwargs
|
||||
Keyword arguments passed to :func:`openmc.Universe.plot`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue