From 7abbee6df69a0c50e4167b07f3173a31c258a820 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Wed, 18 Nov 2015 11:05:10 -0500 Subject: [PATCH] Revised docstring Params -> Parameters for alpha transparency --- openmc/plots.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openmc/plots.py b/openmc/plots.py index 0f12c8a93a..636ca225cb 100644 --- a/openmc/plots.py +++ b/openmc/plots.py @@ -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