Multi-dimensional data arrays with labeled dimensions for scientific computing
—
Data visualization functions for interactive plotting, HTML representation, and table display.
Interactive plotting and visualization of scipp data structures.
def plot(data, **kwargs):
"""
Create interactive plots of data
Args:
data (Variable or DataArray or Dataset): Data to plot
**kwargs: Plotting options and styling parameters
Returns:
Plot object for interactive display
"""
def show(data):
"""
Display data visualization
Args:
data (Variable or DataArray or Dataset): Data to display
"""Functions for creating HTML representations of data for notebooks and web display.
def make_html(data):
"""Create HTML representation of data"""
def to_html(data):
"""Convert data to HTML format"""
def make_svg(data):
"""Create SVG representation"""
def table(data):
"""Display data as formatted table"""Install with Tessl CLI
npx tessl i tessl/pypi-scipp