🚀 Plotivy Plotting Demo

Experience the power of AI-assisted scientific plotting with our new architecture

Migrated from Streamlit to React + FastAPI

🤖AI Code Generator

Describe the plot you want in natural language

📋 Sample Data

temperaturepressuredensityexperiment
25101.31.184A
30103.21.165A
35105.11.146A
40107.41.128A
45109.81.109A

Showing 5 of 10 rows

⚙️ Plot Configuration

Customize your visualization

📊 Visualization

📈

No plot generated yet

Configure your plot settings and click a generate button

💡 About This Demo

This demonstration showcases the migration of plotting functionality from the original Streamlit Plotivy app to a modern Next.js + FastAPI architecture.

🚀 Local Generation

Creates plots directly in the browser using Plotly.js for instant visualization

🔌 API Generation

Sends data to the FastAPI backend which generates plots using Python's Plotly library

📊 Sample Data: Temperature, pressure, and density measurements from scientific experiments
📈 Supported Charts: Scatter plots, line plots, and bar charts