Analyze Results
Visualize, compare, and export simulation outputs.
Time estimate: 15 minutes
Goal
By the end of this tutorial, you’ll be able to:
- Navigate the results viewer
- Customize visualizations
- Compare multiple runs
- Export data in various formats
Accessing Results
From a Run
After a simulation completes, click View Results to open the results viewer.
From the Dashboard
Navigate to Runs to see all your simulations. Click any completed run to view results.
Results Viewer
The results viewer has several sections:
Time Series Plot
The main visualization showing variable values over time.
Interactions:
- Hover: See exact values at any time point
- Click legend: Toggle variable visibility
- Drag: Zoom into a region
- Shift+drag: Pan the view
- Double-click: Reset zoom
Variables Panel
Lists all species and their statistics:
| Metric | Description |
|---|---|
| Min | Minimum value during simulation |
| Max | Maximum value during simulation |
| Final | Value at end of simulation |
| Mean | Average value over time |
Click any variable to highlight it in the plot.
Run Info Panel
Shows run configuration:
- Model name and version
- Duration and output points
- Modified parameters
- Start and completion time
Customizing Visualizations
Selecting Variables
- Click variables in the legend to toggle visibility
- Use the Variables panel to select multiple
- Click Select All or Clear All for bulk operations
Hide variables you’re not interested in to make the plot clearer.
Changing Plot Type
- Line plot (default): Best for continuous dynamics
- Scatter plot: See individual data points
- Area plot: Visualize cumulative values
Adjusting Axes
- Linear scale: Default, good for most data
- Log scale: Better for data spanning orders of magnitude
- Click axis labels to toggle scale
Color Schemes
Choose from preset palettes or customize individual variable colors.
Comparing Runs
Side-by-Side Comparison
- From the Runs page, select multiple runs (checkbox)
- Click Compare
- Runs appear in synchronized panels
Overlay Comparison
- Open a run’s results
- Click Add Run
- Select another run to overlay
- Variables from both runs appear on the same plot
Overlaid runs use dashed lines for the second run to distinguish them.
Difference View
For comparing runs with the same variables:
- In comparison mode, click Show Difference
- Plot shows (Run2 - Run1) for each variable
- Useful for seeing the effect of parameter changes
Exporting Data
Export Formats
| Format | Best For | Contains |
|---|---|---|
| CSV | Spreadsheets, data analysis | Time column + all variables |
| JSON | Programmatic access | Full metadata + data |
| PNG | Reports, presentations | Current plot view |
| SVG | Publication-quality figures | Vector graphics |
Exporting Steps
- Click Download button
- Select format
- Choose options (e.g., which variables to include)
- Click Export
Analysis Tips
Finding Steady States
- Run for long duration
- Check if final values stabilize
- Compare min/max to final values
Identifying Oscillations
- Look for repeating patterns
- Use linear scale for amplitude comparison
- Measure period from peak to peak
Parameter Sensitivity
- Run with default parameters
- Increase/decrease one parameter by 10%
- Compare: which outputs changed most?
Best Practices
- Document observations: Note key findings for each run
- Save interesting configurations: Bookmark parameter sets that produce interesting behavior
- Export raw data: Keep CSV exports for reproducibility
- Use meaningful names: Rename runs with descriptive titles
Next Steps
- Compose Models - Build multi-model simulations
- B-Simulant Library - Access results with Python