chump.objects.plotobjects.borelog
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
.
def
initialize_plot( self, fig=None, well_center=0.2, well_width=0.6, wellcolor='k', layercolor='r', screencolor='g'):
create map for an axes