rawlins / svgling

linguistics tree drawing to SVG in python, aimed at Jupyter

Home Page:https://rawlins.github.io/svgling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Per node styling support, eg. font colors

redevined opened this issue · comments

Hey there,

is there any support for separate SVG styles per node? My current workaround is to use HTML trees, but that blocks the usage of other useful features, like leaf_nodes_align, or non-binary trees.

Also, big thanks for this project, really easy to use and well documented!