Overview#
The phylozoo.viz module provides network and graph visualization. It consists of four submodules, each with styles and type-specific plotters:
There is a convenience function plot() that dispatches by object type, to one of the four submodules. It can be imported
directly from the phylozoo.viz module.
from phylozoo.viz import plot
A more in-depth explanation of plotting is available in the Plotting documentation. Styling options are explained in the Styling documentation.
See Also#
API reference — Complete function signatures and detailed examples