armi.utils.plotting module¶
-
armi.utils.plotting.colorGenerator(skippedColors=10)[source]¶ Selects a color from the built-in wx color database.
- Parameters
skippedColors (int) – Number of colors to skip in the built-in wx color database when generating the next color. Without skipping colors the next color may be similar to the previous color.
Notes
Will cycle indefinitely to accommodate large cores. Colors will repeat.