small fix
This commit is contained in:
parent
29c8a0faf0
commit
ccc4cb3c00
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue