diff --git a/openmc/lib/plot.py b/openmc/lib/plot.py index d142d6cd208..9f294a42c04 100644 --- a/openmc/lib/plot.py +++ b/openmc/lib/plot.py @@ -229,7 +229,8 @@ def id_map(plot): ------- id_map : numpy.ndarray A NumPy array with shape (vertical pixels, horizontal pixels, 3) of - OpenMC property ids with dtype int32 + OpenMC property ids with dtype int32. The last dimension of the array + contains, in order, cell IDs, cell instances, and material IDs. """ img_data = np.zeros((plot.v_res, plot.h_res, 3),