Published
Edited
Oct 6, 2020
Insert cell
md`# alpr_map`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
vl.vconcat(bar_graph, alpr_map).render()
Insert cell
alpr_map = vl.layer(map, layer1)
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
layer1_old = vl.markPoint({'opacity': .8, 'strokeWidth':.5, "tooltip": {"content": "data"}})
.data(data_to_map)
.encode(
//vl.latitude().fieldQ('pdf_lat'),
//vl.longitude().fieldQ('pdf_lng'),
vl.latitude().fieldQ('lat'),
vl.longitude().fieldQ('lng'),
//vl.tooltip().field('pdf_name'),
vl.color().field(groupby)
)
.project(vl.projection('albersUsa'))
.width(560)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
topojson = require("topojson-client@3")
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more