Incomplete display of images generated by plot

Hi!

There was omething wrong with openmc.Plot(). The generated image cannot contain all of the cells, but each cell can be displayed separately. I tried to modify plot.pixels, but it didn’t have much effect. There were still some cells that cannot be displayed.

Could you please help me?

You might want to double-check your geometry, it might come from the universe-fill that you use. We can’t guess which part of your input causing this problem since we can’t look into your input geometry.
Try to use geometry debug to check for overlapping cells
openmc.run( geometry_debug=True)

Thank you so much!

I just checked my input geometry and found that I did make mistakes in the universe-fill. I’ve fixed it.