What problem does it solve?
This Skill empowers users to create dynamic, interactive charts and visualizations directly within Python, making data exploration and presentation more engaging and informative.
Core Features & Use Cases
- Interactive Charts: Generate a wide variety of plots (scatter, line, bar, 3D, maps) that users can zoom, pan, and hover over.
- Plotly Express vs. Graph Objects: Offers both high-level convenience (
px) for rapid development and low-level control (go) for complex customization.
- Web & Dashboard Ready: Easily export plots as standalone HTML files or integrate them into web applications using Dash.
- Use Case: Visualize complex multi-dimensional scientific data with interactive 3D scatter plots, allowing researchers to explore relationships between variables by zooming and rotating the plot.
Quick Start
Use the plotly skill to create a scatter plot from the attached dataframe 'my_data.csv' with 'column_x' on the x-axis and 'column_y' on the y-axis.