contact_map.plot_concurrence¶
-
contact_map.plot_concurrence(concurrence, labels=None, x_values=None, **kwargs)[source]¶ Convenience function for concurrence plots.
Additional kwargs given here will be passed to the matplotlib
Axes.plot()method.Parameters: - concurrence (
Concurrence) – concurrence to be plotted - labels (list of string) – labels for contacts (optional)
- x_values (list of float or list of int) – values to use for the x-axis
See also
- concurrence (