Ross ROSS = Recommend OSS · open-source software intelligence for agents

holoviz/datashader

Quickly and accurately render even the largest data. observed · 2026-08-28

github.com/holoviz/datashader · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 98
  • Release rhythm 72
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 69
  • age_days: 3906
  • days_rel: 106
  • days_push: 14
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3558 stars · 376 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Datashader is a Python data rasterization pipeline that renders very large datasets into fixed-size images by projecting, aggregating, and shading data into grids. It is part of the HoloViz ecosystem and uses Numba, Dask, and CUDA to scale across CPU cores and GPUs.

Use cases

  • plot millions of data points without subsampling
  • render large scatter plots of geographic coordinates
  • visualize distributions of huge datasets as images
  • rasterize large time series or line charts
  • create density heatmaps from big data
  • visualize large datasets in a browser dashboard

When to choose

  • your dataset is too large for conventional plotting libraries and you are subsampling or chunking just to plot it
  • you need faithful, accurate representation of the full data distribution
  • you want GPU or distributed rendering of large data
  • you are already using HoloViz tools like HoloViews, hvPlot, or Panel

When to avoid

  • you have only hundreds or thousands of points where standard tools like Bokeh or Matplotlib suffice
  • you need per-point interactivity, metadata, or hover on individual data points
  • you need a CLI tool (the CLI was removed in 0.19.0)

Facets

library · maturity active

data-visualization image-processing gpu-computing data-visualization data-science big-data python cross-platform rasterization numba dask holoviz large-datasets plotting geospatial gpu

6 sources

Member repositories

RepositoryRoleHealth v2
holoviz/datashadermain89

For agents

markdown · JSON · MCP: product_card(name="holoviz/datashader")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem