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

lingpy.convert.plot.plot_gls
lingpy.convert.plot.plot_tree
lingpy.convert.plot.plot_concept_evolution
lingpy.convert.plot.plot_heatmap

Table Of Contents

This Page