CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-scipp

Multi-dimensional data arrays with labeled dimensions for scientific computing

Pending
Overview
Eval results
Files

visualization.mddocs/

Visualization

Data visualization functions for interactive plotting, HTML representation, and table display.

Capabilities

Plotting Functions

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
    """

HTML Representation

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

docs

array-creation.md

binning-histogramming.md

coordinate-systems.md

core-data-structures.md

index.md

input-output.md

mathematical-operations.md

reduction-operations.md

scipy-integration.md

shape-operations.md

spatial-operations.md

testing-utilities.md

units-system.md

visualization.md

tile.json