From 68cb23a6c837f781067aa7cef57f7abad795dcee Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sat, 16 Mar 2019 17:17:12 -0500 Subject: [PATCH] Updating property_map documentation. --- openmc/capi/plot.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openmc/capi/plot.py b/openmc/capi/plot.py index c950f278bc..b686373b8f 100644 --- a/openmc/capi/plot.py +++ b/openmc/capi/plot.py @@ -227,13 +227,14 @@ def property_map(plot): Parameters ---------- - plot : An openmc.capi.plot._PlotBase object describing the slice of the - model to be generated + plot : openmc.capi.plot._PlotBase + Object describing the slice of the model to be generated Returns ------- - property_map : a NumPy array with shape (vertical pixels, horizontal pixels, 2) - of OpenMC property ids with dtype float + property_map : numpy.ndarray + a NumPy array with shape (vertical pixels, horizontal pixels, 2) of + OpenMC property ids with dtype float """ prop_data = np.zeros((plot.v_res, plot.h_res, 2),