Data to charts. Faster.

Create charts like never before

A comprehensive charting library with live, interactive visualizations. Create beautiful charts straight from your data — no connectors or integration necessary.

Chart gallery

Dynamic, interactive visualizations

Every chart is live and interactive. Hover over data points, resize your window, toggle dark mode — the charts adapt to everything. Explore the examples below.

Radial Time Series Chart

Live

Stacked Bar Chart

Live

Custom Chart

Electricity generation (GW) for Norway last 7 days

Live

Line Chart

Live

Built code-first

Create charts in seconds

Three lines of code is all it takes. Write Python, pipe CSV from the command line, or use our REST API directly. Your research code becomes your production code.

Python library.
 
Full-featured SDK with intuitive API. Import novem, set your data, and publish — charts are live instantly.
Command-line interface.
 
Pipe data directly from your terminal. Works with any Unix tool chain — cat, awk, jq, and more.
REST API.
 
Complete HTTP API for any language or platform. Automate chart creation from CI/CD, cron jobs, or serverless functions.
chart.py
import novem as nv
import pandas as pd

# Load your data
df = pd.read_csv("sales_data.csv")

# Create a grouped bar chart
plot = nv.Plot("q4_sales")
plot.data = df.to_csv()
plot.type = "gbar"
plot.title = "Q4 Sales by Region"
plot.caption = "FY2025 quarterly data"

# Chart is live at plot.url
print(plot.url)

Comprehensive library

Every chart type you need

From simple bar charts to geographic maps, novem covers the full spectrum of data visualization. Each type supports custom branding, dark mode, and live updates.

Bar Charts

Standard, stacked, grouped, and aggregate bar charts with horizontal and inverted variants. 16 variations in total.

bar sbar gbar hbar

Line Charts

Single and multi-line charts with optional shaded areas for uncertainty bands and confidence intervals.

line sline mline

Area Charts

Filled area charts for visualizing volume and cumulative data over time. Stacked and overlapping variants available.

area

Scatter & Bubble

X/Y scatter plots with optional bubble sizing for a third dimension. Identify correlations and clusters in your data.

scatter

Maps

Choropleth world maps with multiple projections, zoom levels, and regional variants for Norway and the UK.

map nomap gbmap

Pie & Donut

Classic pie charts and donut charts for proportional data. Clean labels and interactive hover states built in.

pie donut

Why novem charts

Charts that work the way you do

Our charts are self-documenting and live, ensuring data accuracy and identifying the point of contact. Save time by creating the final presentation as part of your research process.

Always live.
 
Novem charts always reflect the latest data. Our API is fully scriptable and data is presented in real time.
Zero integration.
 
We flip the relationship on its head. Novem requires zero connectors or database access. You share the data you want, when you want to share it.
Bespoke branding.
 
Import your current branding and design guidelines. Colors, fonts, axis, design and more. Your charts, your style.

More examples

See them in action

Every novem chart is self-contained, responsive, and supports both light and dark mode. Toggle your browser theme to see the difference.

Custom color palette

Sliced data view

Color themes

Ready to visualize your data?

Do it all without compromising on brand, design or message. Start creating beautiful charts today.