mdciao.plots

Plotting functions

compare_groups_of_contacts(groups[, colors, ...])

Compare contact groups across different systems using different plots and strategies

compare_violins(groups[, colors, ...])

Plot all distance-distributions of several ContactGroup s together using violinplot s

plot_unified_freq_dicts(freqs[, colordict, ...])

Plot unified (= with identical keys) frequency dictionaries for different systems

plot_unified_distro_dicts(distros[, colors, ...])

Plot unified (= with identical keys) distribution dictionaries for different systems

plot_w_smoothing_auto(y[, ax, label, color, ...])

A wrapper around matplotlib.pyplot.plot that allows to add a smoothing window (or not).

plot_histogram_w_smoothing_auto(data[, ...])

Plot a histogram of data with possibilities of smoothing and filling the area below

plot_matrix(mat, labels[, pixelsize, ...])

Plot a matrix using imshow.

color_dict_guesser(colors, keys)

Helper function to construct a color dictionary from user input