ContextLab / ContextLab/quail

Plot handling nest lists of analyzed data

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.