What problem does it solve?
This Skill helps you create a wide variety of interactive charts and visualizations from your data, making complex information easier to understand and communicate.
Core Features & Use Cases
- Versatile Chart Types: Generate scatter plots, line charts, bar charts, histograms, box plots, heatmaps, pie charts, 3D plots, maps, and more.
- Two APIs: Use the simple Plotly Express or the flexible Graph Objects API.
- Interactivity: Plots support hover, zoom, pan, and selection.
- Customization: Style plots with templates, colors, custom layouts, and annotations.
- Export Options: Save plots as interactive HTML, static images (PNG, SVG, PDF), or JSON.
- Use Case: You have sales data and want to visualize trends over time, compare sales by region, and show the distribution of product prices. This Skill can generate all these visualizations with interactive features.
Quick Start
Use the plotly skill to create a scatter plot from your dataframe 'df' using 'column_x' for the x-axis and 'column_y' for the y-axis, coloring points by 'category'.