LingPy

This documentation is for version 2.0.dev, which is not released yet.

lingpy.compare.borrowing.trebor.TreBor.plot_MSN

TreBor.plot_MSN(glm='', verbose=False, filename='pdf', fileformat='pdf', threshold=1, only=[], usetex=True, external_edges=False, colormap=None)

Plot the Minimal Spatial Network.

Parameters :

glm : str (default=’‘)

A string that encodes which model should be plotted.

filename : str

The name of the file to which the plot shall be written.

fileformat : str

The output format of the plot.

threshold : int (default=1)

The threshold for the minimal amount of shared links that shall be plotted.

only : list (default=[])

The list of taxa whose connections with other taxa should be plotted.

usetex : bool (default=True)

Specify whether LaTeX shall be used for the plot.

This Page