Expand description
The blueprint-specific views.
Modulesยง
- bar_
chart_ ๐view - dataframe_
view ๐ - graph_
view ๐ - map_
view ๐ - spatial2d_
view ๐ - spatial3d_
view ๐ - tensor_
view ๐ - text_
document_ ๐view - text_
log_ ๐view - time_
series_ ๐view
Structsยง
- View: A bar chart view.
- View: A view to display any data in a tabular form.
- View: A graph view to display time-variying, directed or undirected graph visualization.
- View: A 2D map view to display geospatial primitives.
- View: For viewing spatial 2D data.
- View: For viewing spatial 3D data.
- View: A view on a tensor of any dimensionality.
- View: A view of a single text document, for use with
archetypes::TextDocument
. - View: A view of a text log, for use with
archetypes::TextLog
. - View: A time series view for scalars over time, for use with
archetypes::Scalars
.