small fix

This commit is contained in:
church89 2023-03-30 15:55:21 +02:00
parent 29c8a0faf0
commit ccc4cb3c00

View file

@ -283,7 +283,7 @@ plot = openmc.Plot()
plot.basis = 'yz'
plot.width = (150,300)
plot.pixels = (500,1000)
plot.origin = (5,0,start_pos + cr1_pos)
plot.origin = (5,0,150)
plot.color_by = 'material'
plot.colors = colors
model.plots.append(plot)