From e2c9d7550793ae01cb732987e2fd40dac5ddd4f8 Mon Sep 17 00:00:00 2001 From: Nicholas Horelik Date: Tue, 16 Sep 2014 22:42:41 -0400 Subject: [PATCH] Clarified documentation --- docs/source/usersguide/input.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 44f67e62c1..c97ab8ac1e 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -1295,10 +1295,10 @@ attributes or sub-elements. These are not used in "voxel" plots: *Default*: None :meshlines: - The special ``meshlines`` sub-element allows for plotting the boundaries of + The ``meshlines`` sub-element allows for plotting the boundaries of a tally mesh on top of a plot. Only one ``meshlines`` element is allowed per ``plot`` element, and it must contain as attributes or sub-elements a mesh - type and a linewidth, as well as an optional color: + type and a linewidth. Optionally, a color may be specified for the overlay: :meshtype: The type of the mesh to be plotted. Valid options are "tally", "entropy", @@ -1317,7 +1317,7 @@ attributes or sub-elements. These are not used in "voxel" plots: :color: Specifies the custom color for the meshlines boundaries. Should be 3 - integers separated by spaces. This element is optional. + integers separated by whitespace. This element is optional. *Default*: 0 0 0 (black)