Experience the power of AI-assisted scientific plotting with our new architecture
Migrated from Streamlit to React + FastAPI
Describe the plot you want in natural language
| temperature | pressure | density | experiment |
|---|---|---|---|
| 25 | 101.3 | 1.184 | A |
| 30 | 103.2 | 1.165 | A |
| 35 | 105.1 | 1.146 | A |
| 40 | 107.4 | 1.128 | A |
| 45 | 109.8 | 1.109 | A |
Showing 5 of 10 rows
Customize your visualization
No plot generated yet
Configure your plot settings and click a generate button
This demonstration showcases the migration of plotting functionality from the original Streamlit Plotivy app to a modern Next.js + FastAPI architecture.
Creates plots directly in the browser using Plotly.js for instant visualization
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