Jun Gao
Results
2
issues of
Jun Gao
The `export()` function of `Phyloxml` class uses `write(..)` inconsistently. In some places, byte arguments are given to `write(..)` (e.g. Line 1681 of `ete/phyloxml/_phyloxml.py`) ```python3 outfile.write(str(self.valueOf_).encode(ExternalEncoding)) ``` whereas in other places,...
The component does not react to changes to the layout property. I was trying to add and remove plot annotations by changing the layout prop, but the component does not...