Views
Views are the panels shown in the viewer's viewport and the primary means of inspecting & visualizing previously logged data. This page lists all built-in views.
- BarChartView: A bar chart view.
- DataframeView: A view to display any data in a tabular form.
- GraphView: A graph view to display time-variying, directed or undirected graph visualization.
- MapView: A 2D map view to display geospatial primitives.
- Spatial2DView: For viewing spatial 2D data.
- Spatial3DView: For viewing spatial 3D data.
- TensorView: A view on a tensor of any dimensionality.
- TextDocumentView: A view of a single text document, for use with- archetypes.TextDocument.
- TextLogView: A view of a text log, for use with- archetypes.TextLog.
- TimeSeriesView: A time series view for scalars over time, for use with- archetypes.Scalar.