chump.objects.mobject3d
mobject3d
represents grid data structures.
plottype: str
plotting type of the grid data, must be 'contour', 'grid', 'cgrid', 'colorgrid', 'colormesh' or 'colorflood'.
norm: str
the color scale used for color grid, either 'Normalize' or 'LogNorm', default is 'Normalize' which is linear scale color map.
legend: bool
whether to plot the legend of this object, default is false
.
Example:
>>> legend = true
colorbararg: dict
the color bar argument for color grid plot.
Example:
>>> colorbararg = {shrink=0.88, pad=0.01, label='Simulated groundwater elevation (feet)'}
levels: dict
levels used for contour plots.
Example:
>>> levels = [0,1,2,5,10,20,50,100,200,300,500]
Inherited Members
- chump.objects.mobject2d.mobject2d
- idcol
- a_scale
- a_offset
- minlayer
- maxlayer
- lfunc
- mintime
- maxtime
- tfunc
- transpose
- exttable
- limits
- abslimits
- countlimit
- rename
- replace
- filter
- writedata
- exclude
- plotarg_exclude
- drop
- fillna
- resample
- rolling
- subtract
- add
- mul
- div
- concat
- calculate
- dfopts
- to_csv
- extfunc
- writefunc
- second_y