Fix the color setting of plotting in MGXS part iii example notebook

This commit is contained in:
johnnyliu27 2017-05-22 13:00:57 -04:00
parent 6771b2166c
commit ca00a8ef32

View file

@ -411,7 +411,7 @@
"plot.origin = [0, 0, 0]\n",
"plot.pixels = [250, 250]\n",
"plot.width = [-10.71*2, -10.71*2]\n",
"plot.color = 'mat'\n",
"plot.color_by = 'material'\n",
"\n",
"# Instantiate a Plots object, add Plot, and export to \"plots.xml\"\n",
"plot_file = openmc.Plots([plot])\n",