class documentation
class ReportMaker:
Constructor: ReportMaker(title, outpath, cols, remove_strip, ...)
Class for a single atom
:data html_string: :data outpath: :data title:
Method | __init__ |
Initialises a GeoPdb with a biopython structure |
Method | add |
Undocumented |
Method | add |
:param mtx: :param title: :param style: Can be filled, lines or both :param label: label the contours :param levels: can be number or cohosen list :param centres: sets 0 as the middle in the colours (use divergent colour map) :param palette: :param alpha: :param overlay: :return:... |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Method | change |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method |
|
Undocumented |
Method | increment |
Undocumented |
Method | mtx |
Undocumented |
Method | mtx |
Undocumented |
Method | print |
Undocumented |
Instance Variable | ax |
Undocumented |
Instance Variable | clr |
Undocumented |
Instance Variable | clr |
Undocumented |
Instance Variable | clr |
Undocumented |
Instance Variable | cols |
Undocumented |
Instance Variable | fig |
Undocumented |
Instance Variable | html |
Undocumented |
Instance Variable | num |
Undocumented |
Instance Variable | outpath |
Undocumented |
Instance Variable | overlay |
Undocumented |
Instance Variable | table |
Undocumented |
Instance Variable | title |
Undocumented |
def __init__(self, title, outpath, cols=3, remove_strip=False, clr_header='lightsteelblue', clr_background='lightblue', clr_behindplot='seashell'):
¶
Initialises a GeoPdb with a biopython structure
:param biopython_structure: A list of structures that has been created from biopython
def addContours(self, mtx, title='', style='filled', contourlabel=False, levels=10, centred=False, palette='inferno', alpha=0.9, colourbar=True, overlay=False, cmin=None, cmax=None, cap=0, linewidth=None):
¶
:param mtx: :param title: :param style: Can be filled, lines or both :param label: label the contours :param levels: can be number or cohosen list :param centres: sets 0 as the middle in the colours (use divergent colour map) :param palette: :param alpha: :param overlay: :return:
def addPlot1d(self, data, plottype, geo_x, hue='', title='', palette='crimson', overlay=False, alpha=1, xrange=[ None, None], cumulative=False, density=False, bins=20):
¶
Undocumented
def addPlot2d(self, data, plottype, geo_x, geo_y, hue, title='', palette='viridis', overlay=False, alpha=1, xrange=[ None, None], yrange=[ None, None], crange=[ None, None]):
¶
Undocumented
def addSurface(self, mtx, title='', palette='inferno', alpha=0.9, overlay=False, cmin=None, cmax=None, cap=0, colourbar=False, centred=False):
¶
Undocumented