From ccc4cb3c000989e3e9e76338f6faad061668d609 Mon Sep 17 00:00:00 2001 From: church89 Date: Thu, 30 Mar 2023 15:55:21 +0200 Subject: [PATCH] small fix --- msre_power_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msre_power_history.py b/msre_power_history.py index e8f9a7b..c7efef0 100644 --- a/msre_power_history.py +++ b/msre_power_history.py @@ -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)