Visualisation graphique
visualizeCreate interactive Plotly visualizations of French election data. Use a full Plotly spec or assisted mode with chart type and columns.
Instructions
Crée une visualisation Plotly (retourne le spec JSON).
Deux modes :
Spec libre : fournir 'spec' (dict Plotly complet {data, layout})
Assisté : fournir chart_type + data + x + y
Types supportés : bar, line, scatter, histogram, box, violin, heatmap, treemap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| data | No | ||
| spec | No | ||
| color | No | ||
| title | No | ||
| data_file | No | ||
| chart_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |