You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just saw the new version 3 releases of JBrowse2 and everything works great so far! Congrats! I just have one question: I created a samplesTsvLocation with three columns (name, population, species). The name column contains the sample names of the VCF, the population contains 14 distinct values and species contains 2 distinct values. Colouring by species works perfectly fine: it colours one species blue and the other red. However, when I want to colour by population, it only colours 9 distinct values and makes all other 5 values black. Could it perhaps be that there is a maximum in distinct values per column of 9? Is there a way to increase this?
The text was updated successfully, but these errors were encountered:
(just for reference regarding the actual colors, it tries to use a d3 "set1" https://observablehq.com/@d3/color-schemes which only has a truly limited number of colors, so that's why it resorts to random after that. definitely there could be other schemes, but that is the one that got hardcoded :))
Hi,
Just saw the new version 3 releases of JBrowse2 and everything works great so far! Congrats! I just have one question: I created a samplesTsvLocation with three columns (name, population, species). The name column contains the sample names of the VCF, the population contains 14 distinct values and species contains 2 distinct values. Colouring by species works perfectly fine: it colours one species blue and the other red. However, when I want to colour by population, it only colours 9 distinct values and makes all other 5 values black. Could it perhaps be that there is a maximum in distinct values per column of 9? Is there a way to increase this?
The text was updated successfully, but these errors were encountered: