Plotting Data and Results (plot
)¶
The plot-module provides some general and some specific functions for the plotting of data and results. This module is not imported as a default, so you need to import it explicitly by typing:
>>> from lingpy.convert.plot import *
Or by typing:
>>> from lingpy.convert import plot
Functions¶
|
Plot a gain-loss scenario for a given reference tree. |
|
Plot a Newick tree to PDF or other graphical formats. |
|
Plot the evolution according to the MLN method of all words for a given concept. |
|
Create a heatmap-representation of shared cognates for a given wordlist. |