hv_list
Retrieve a sorted list of all HoloViews visualization elements. Identify over 60 plot types available for creating visualizations.
Instructions
List all available HoloViews visualization elements (~60 elements).
Use this tool to discover what visualizations you can generate with HoloViews.
Returns
list[str] Sorted list of all plot type names (e.g., 'Annotation', 'Area', 'Arrow', 'Bars', ...).
Examples
list_elements() ['Annotation', 'Area', 'Arrow', 'Bars', ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |