Skip to content

Commit

Permalink
corrected mos to remove empty subplot
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Aug 23, 2023
1 parent 255d4d5 commit 8e08df0
Showing 1 changed file with 17 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
simulateModel("IBPSA.Fluid.HeatExchangers.Validation.HeaterCooler_u", method="CVode", tolerance=1e-6, stopTime=1200, resultFile="HeaterCooler_u");
createPlot(id = 1,
position = {78, 39, 400, 444},
y = {"con1.u_s", "con1.u_m", "con2.u_m"},
range = {0.0, 1200.0, 35.0, 15.0},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
leftTitleType = 1,
bottomTitleType = 1);
createPlot(id = 20,
position = {78, 39, 400, 219},
y = {"con1.y", "con2.y"},
range = {0.0, 1200.0, 1.5, -0.5},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
subPlot = 2,
leftTitleType = 1,
bottomTitleType = 1);
createPlot(id=1,
position={125, 65, 400, 447},
y={"con1.u_s", "con1.u_m", "con2.u_m"},
range={0.0, 1200.0, 290.0, 305.0},
grid=true,
subPlot=101,
colors={{28,108,200}, {238,46,47}, {0,140,72}},
timeUnit="s");
createPlot(id=1,
position={125, 65, 400, 447},
y={"con1.y", "con2.y"},
range={0.0, 1200.0, -0.5, 1.5},
grid=true,
subPlot=102,
colors={{28,108,200}, {238,46,47}},
timeUnit="s");

0 comments on commit 8e08df0

Please sign in to comment.