Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
yumi-egmri-timingtest
Commits
7a3a58f8
Commit
7a3a58f8
authored
Apr 10, 2018
by
Anders Blomdell
Browse files
Change label for position subplot, switch order
parent
f4a64b31
Changes
1
Hide whitespace changes
Inline
Side-by-side
analyze.py
View file @
7a3a58f8
...
...
@@ -22,8 +22,8 @@ if __name__ == '__main__':
axarr
[
0
].
set_title
(
r
'$K_p^{act}-K_p^{ref}$'
)
axarr
[
0
].
plot
(
seq
[
cut
],(
kp
[...,
i
*
2
]
-
kp
[...,
i
*
2
+
1
])[
cut
])
axarr
[
1
].
set_title
(
'$
\Delta Position
$'
)
axarr
[
1
].
plot
(
seq
[
cut
],(
pos
[...,
i
*
2
+
1
]
-
pos
[...,
i
*
2
])[
cut
])
axarr
[
1
].
set_title
(
'$
pos^{act}-pos^{ref}
$'
)
axarr
[
1
].
plot
(
seq
[
cut
],(
pos
[...,
i
*
2
]
-
pos
[...,
i
*
2
+
1
])[
cut
])
axarr
[
2
].
set_title
(
r
'Torque [Nm]'
)
axarr
[
2
].
plot
(
seq
[
cut
],
torque
[...,
i
][
cut
])
...
...
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