Skip to content

Instantly share code, notes, and snippets.

@Raghavagr
Created February 25, 2021 12:37
import altair as alt #pip install altair
chart = alt.chart(data).make_circle().encode(
x='a', y='b', tooltip=['a','b']
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment