Anderson Brito
Anderson Brito
The suggestion given by @Ackeraa worked for me as well. 👍🏽
I'm using the version 3.1.3
Thank you, @Zulko. I tried now using `matplotlib.use("Agg")`, the error is gone. However, I've been only able to see the results as an exported PNG/PDF file. ``` from dna_features_viewer import...
Hey @gkarthik, thank you for your quick response. For 1, your suggestion solved the issue! ✨ Thank you. For 4, I've been defining the clade of interest from its `ancestor`,...
Correct: `len(subtree.root.children)` = 1 `subtree.root.children[0].absoluteTime` = 2012.58
Thank you, @gkarthik. I'm handling that using a pre-pruned tree in the meantime. Do you have any suggestions concerning the points 2 (tMRCA violin plots) and 3 (Time ticks in...