render
Create a figure from a collected battery dataset and save it to a JSON or HTML file. Choose a film-style 2D density rendering or per-cell layout to visualize cell data for analysis.
Instructions
Draw a collection and write the figure to path (.json or .html).
kind="film" gives a 2-D density rendering. Note it is a kind, not
a layout: on cellpy 2.1.2 layout="film" silently drew lines instead
(fixed in 2.1.3). The returned trace_types is how you check what you
actually got.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| path | Yes | ||
| handle | Yes | ||
| layout | No | per_cell | |
| spread | No | ||
| direction | No |