healpy.projaxes.HpxCartesianAxes.table¶
-
HpxCartesianAxes.table(**kwargs)¶ Add a table to the current axes.
Call signature:
table(cellText=None, cellColours=None, cellLoc='right', colWidths=None, rowLabels=None, rowColours=None, rowLoc='left', colLabels=None, colColours=None, colLoc='center', loc='bottom', bbox=None):Returns a
matplotlib.table.Tableinstance. For finer grained control over tables, use theTableclass and add it to the axes withadd_table().Thanks to John Gill for providing the class and table.
kwargs control the
Tableproperties:agg_filter: unknown alpha: float (0.0 transparent through 1.0 opaque) animated: [True | False] axes: anAxesinstance clip_box: amatplotlib.transforms.Bboxinstance clip_on: [True | False] clip_path: [ (Path,Transform) |Patch| None ] contains: a callable function figure: amatplotlib.figure.Figureinstance fontsize: a float in points gid: an id string label: string or anything printable with ‘%s’ conversion. lod: [True | False] path_effects: unknown picker: [None|float|boolean|callable] rasterized: [True | False | None] sketch_params: unknown snap: unknown transform:Transforminstance url: a url string visible: [True | False] zorder: any number