Skip to content

Commit b0ab9b9

Browse files
committed
disable broken plot
1 parent 4e92e1c commit b0ab9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/simple_3l_control.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ for i in 1:steps
7575
KiteModels.update_sys_state!(sys_state, s)
7676
log!(logger, sys_state)
7777
l = s.set.l_tether+10
78-
plot2d(s.pos, time; zoom=true, front=false, xlim=(-l/2, l/2), ylim=(0, l))
78+
# currently not working as expected, needs to be fixed in ControlPlots
79+
# plot2d(s.pos, time; zoom=true, front=false, xlim=(-l/2, l/2), ylim=(0, l))
7980
end
8081

8182
times_reltime = (total_time/2) / total_step_time

0 commit comments

Comments
 (0)