spacepy.pybats.qotree.Branch

class spacepy.pybats.qotree.Branch(lim)[source]

Base class for branches/leafs along a QO tree.

__init__(lim)[source]

lim should be a 4 element list of the dimensional boundaries of the branch.

Methods

plot_res(ax[, fc, do_fill, label])

plotbox(ax[, lc])

Plot a box encompassing the branch lim onto axis 'ax'.

plot_res(ax, fc='gray', do_fill=True, label=False)[source]
plotbox(ax, lc='k', **kwargs)[source]

Plot a box encompassing the branch lim onto axis ‘ax’.