Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
7f2975d2
Commit
7f2975d2
authored
May 05, 2021
by
Valentin Valls
Browse files
Remove the clear_data
- This makes the plot legend blinking
parent
99843b25
Pipeline
#46255
passed with stages
in 99 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/common/regulation.py
View file @
7f2975d2
...
...
@@ -2075,8 +2075,6 @@ class RegPlot:
try
:
self
.
fig
.
submit
(
"setAutoReplot"
,
False
)
self
.
fig
.
clear_data
()
self
.
fig
.
add_data
(
self
.
loop
.
history_data
[
"time"
],
field
=
"time"
)
self
.
fig
.
add_data
(
self
.
loop
.
history_data
[
"input"
],
field
=
"Input"
)
self
.
fig
.
add_data
(
self
.
loop
.
history_data
[
"output"
],
field
=
"Output"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment