Although easy to use, dotfiles (hence pygraphviz) are very limited in terms of customization of the node/edge style. For example, for visualizing a shapelet inside a tree node, graphviz explicitly requires exporting the shape as an image (using something like matplotlib) and then including the path to the image in the dot file.
Additionally, there is no elegant way to organize text inside a note. As for now, if you want to organize text inside a node, you should write the node label as an HTML (only some tags are supported)
In the next phase of this project, we should take some time to improve the tree visualization.
Although easy to use, dotfiles (hence pygraphviz) are very limited in terms of customization of the node/edge style. For example, for visualizing a shapelet inside a tree node, graphviz explicitly requires exporting the shape as an image (using something like matplotlib) and then including the path to the image in the dot file.
Additionally, there is no elegant way to organize text inside a note. As for now, if you want to organize text inside a node, you should write the node label as an HTML (only some tags are supported)
In the next phase of this project, we should take some time to improve the tree visualization.