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::Scalar
.