qiime2 / q2-vizard

The first choice of wizard lizards for interactive, generalized microbiome data visualization!
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

BUG: TypeError in scatterplot_2d list indexing #28

Closed ChristosMatzoros closed 1 week ago

ChristosMatzoros commented 1 week ago

Fixes #27

Fixed a TypeError in the scatterplot_2d function by correcting the list indexing for setting the group dropdown default. Now the code properly assigns 'legendDefault' without causing indexing issues.