From a7af1bdeb9bb70195b6bd36c532af29467191a4e Mon Sep 17 00:00:00 2001 From: Nicholas Horelik Date: Thu, 18 Apr 2013 22:17:46 -0300 Subject: [PATCH] Updated 2D example in tally plotting usersguide --- docs/source/usersguide/processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index 024b099af..505ef8e46 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -173,7 +173,7 @@ as `PyQt `_. :height: 200px Alternatively, the user can write their own Python script to manipulate the data -appropriately. Consider a run where the first tally contains a 105x105x1 mesh +appropriately. Consider a run where the first tally contains a 105x105x20 mesh over a small core, with a flux score and two energyin filter bins. To explicitly extract the data and create a plot with gnuplot, the following script can be used. The script operates in several steps for clarity, and is not necessarily