Plot handling nest lists of analyzed data
Open
enhancement
future release
- Dominant language
- Python
- Stars
- 21
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
`Analyze` can return a nested list of analyzed data:
```
quail.analyze([egg1,egg2], analysis=['accuracy','spc'])
# returns
[[egg1_analyzed_acc, egg1_analyzed_spc],[egg2_analyzed_acc, egg2_analyzed_spc]]
The plot function should be able to handle these as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.