Revised docstring Params -> Parameters for alpha transparency

This commit is contained in:
Will Boyd 2015-11-18 11:05:10 -05:00
parent 0c7d58457e
commit 7abbee6df6

View file

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