mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Revised docstring Params -> Parameters for alpha transparency
This commit is contained in:
parent
0c7d58457e
commit
7abbee6df6
1 changed files with 6 additions and 5 deletions
|
|
@ -302,10 +302,11 @@ class Plot(object):
|
|||
"""Use alpha compositing to highlight one or more domains in the plot.
|
||||
|
||||
This routine generates a color scheme and applies alpha compositing
|
||||
to make all domains except the highlighted ones partially transparent.
|
||||
to make all domains except the highlighted ones appear partially
|
||||
transparent.
|
||||
|
||||
Params
|
||||
------
|
||||
Parameters
|
||||
----------
|
||||
geometry : openmc.Geometry
|
||||
The geometry for which the plot is defined
|
||||
domains : Iterable of Integral
|
||||
|
|
@ -466,8 +467,8 @@ class PlotsFile(object):
|
|||
This routine generates a color scheme and applies alpha compositing
|
||||
to make all domains except the highlighted ones partially transparent.
|
||||
|
||||
Params
|
||||
------
|
||||
Parameters
|
||||
----------
|
||||
geometry : openmc.Geometry
|
||||
The geometry for which the plot is defined
|
||||
domains : Iterable of Integral
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue