Merge pull request #884 from johnnyliu27/develop

Fix the color setting of plotting in MGXS part iii example notebook
This commit is contained in:
Paul Romano 2017-05-22 21:00:19 -05:00 committed by GitHub
commit a685bda4fa

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",