index
:
scifair
master
Science Fair 2020
Holden Rohrer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
img.py
blob: 177a7a2820b05f854957e57da0cd99da12b8fefb (
plain
)
1
2
3
4
from
data
import
trials
for
trial
in
trials
:
trial
.
plot
(
save
=
True
);