Previous topic

pbc_utilities module

Next topic

principal_components module

This Page

plot module

Code author: Niklaus Johner <niklaus.johner@a3.epfl.ch>

This module uses matplotlib and provides some high level plotting functions

PlotList(vec_list, x_list=[], labels=[], xlabel='', ylabel='', filename=None, ncols=1, hlines=[], ylim=(), title='', smooth_level=0)[source]
PlotFloatProp(eh, prop_name, xlabel='', ylabel='', title='', outname='', yrange=(0, 0), sm=0)[source]
PlotDistanceBetwAtoms(t_list, eh_list, cname1, rnum1, aname1, cname2, rnum2, aname2, x=[], labels=[], smooth_level=0, title='', filename=None)[source]
PlotHistDistanceBetwAtoms(t_list, eh_list, cname1, rnum1, aname1, cname2, rnum2, aname2, x=[], labels=[], smooth_level1=0, smooth_level2=0, title='', xlabel='', ylabel='')[source]
PlotMinDistance(t_list, eh_list, sele1, sele2, x=[], labels=[], smooth_level=0, title='', filename=None)[source]