Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cittena
cittena
Commits
d1b17507
Commit
d1b17507
authored
Dec 29, 2016
by
Niels-Oliver Walkowski
Browse files
test plottin of muliple features in UnivariatePlot
parent
35c9da52
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/bootstrap.py
View file @
d1b17507
...
...
@@ -7,6 +7,9 @@ cont = UnivariateSequence(movie._frames)
cont
.
seqmean
(
frm_stp
=
100
)
viz
=
UnivariatePlot
(
cont
)
viz
.
plot
(
cont
)
cont
.
seqmad
(
frm_stp
=
100
)
viz
.
plot
(
cont
)
viz
.
saveplt
()
# viz = MultivariatePlot()
# fig, ax = viz.plot(cont)
Write
Preview
Markdown
is supported
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