chump.objects.plotobjects.figure

Data objects extract and store spatial and temporal information of diverse formats, and convert them into a uniform data abstraction represented as Pandas dataframes with highly efficient indexing/slicing capability. Three top data classes, mobject, chump.objects.mobject2d, and chump.objects.mobject3d, are available to represent data with various degrees of dimensionality.

The mobject class serves as the root superclass for all other derived subclasses. Below are some properties that can be set for all the objects in chump.

ax1
timefmt
legend

plotting argument for the object

Elements
moviewriter
droplevel
legendarg
idcol
def setup_ax(self, fig=None, projection=None):
def get_index_row(idx):
def add_elements(self):
def initialize_plot(self, fig=None):
def plot_legend(self):
bookmark
flatbookmark
indices
def setup_movie(self):
def write_pdf(self, pdf, dpi, verbose):
def resize_fig(self):
def update_plot(self, *args, **kwargs):
def saveplot(self, iplot):
def write_png(self, iplot=0):