January 15th, 2026

Plotly Studio v0.0.50: Image to chart, advanced logging, better start up feedback

New Features

Create from image

Located at the bottom of the Explore screen.
Source image. Copyright: https://www.presentation-process.com
Additional information prompt.
Interpreted chart specification
Resulting visualization

The new Create from image feature allows users to upload screenshots of existing charts as context for chart creation. The system uses AI to analyze the visual structure of the image, along with instructions provided by the user, to generate a similar visualization using the user's active dataset.

Enhanced Execution Logging

The logging interface has been redesigned to provide clearer insight into how the application processes data and generates code.

  • The log display now identifies components by name and includes execution timestamps.

  • Logs are interactive, allowing users to expand or collapse specific sections or use a global Expand All command.

  • System errors and uncaught exceptions are highlighted with distinct styling for easier identification.

  • Detailed data summaries, including dataset shapes and filtering results, are now visible within the log to explain how AI-generated code affects data.

Improvements

Optimized Startup Experience

The application initialization process has been updated to provide better feedback during load times.

  • The startup screen now displays a detailed breadcrumb trail showing the specific initialization steps in progress.

  • System health checks have been optimized to run only during initial installation or after version upgrades.

  • Failed pre-flight checks now display inline warnings to assist with troubleshooting.