TableLayer¶
- class pywwt.layers.TableLayer(**kwargs: Any)[source]¶
Bases:
HasTraitsA layer where the data is stored in an
TableAttributes Summary
The column to use for the altitude (
str)The type of altitude (
str)The units to use for the altitude (
Unit)The Matplotlib colormap (
matplotlib.colors.ListedColormap)The column to use for the colormap (
str)The maximum level of the colormap.
The minimum level of the colormap.
Whether to give the coordinates in spherical or rectangular coordinates
Whether markers on the far side of a 3D object are visible (
bool)The column to use for the latitude (
str)The column to use for the longitude (
str)The units to use for longitude (
Unit)Whether the scale is defined in world or pixel coordinates (
str)The type of marker (
str)The opacity of the markers (
str)Whether sources in the layer are selectable (
bool)The column to use for the marker size (
str)The factor by which to scale the size of the points (
float)The maximum point size.
The minimum point size.
The column to use for time (
str)How long a time series point takes to fade away after appearing (0 if never) (
Quantity)Whether the layer contains time series elements (
bool)The column to use for the x coordinate
The units to use for the x/y/z positions
The column to use for the y coordinate
The column to use for the z coordinate
Methods Summary
remove()Remove the layer.
update_data([table])Update the underlying data.
Attributes Documentation
- cmap¶
The Matplotlib colormap (
matplotlib.colors.ListedColormap)
- coord_type¶
Whether to give the coordinates in spherical or rectangular coordinates
- x_att¶
The column to use for the x coordinate
- xyz_unit¶
The units to use for the x/y/z positions
- y_att¶
The column to use for the y coordinate
- z_att¶
The column to use for the z coordinate
Methods Documentation