Skip to content

Instantly share code, notes, and snippets.

@justinr922
Created November 8, 2019 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinr922/e36375d2d6157d0f106b516eeeb8e117 to your computer and use it in GitHub Desktop.
Save justinr922/e36375d2d6157d0f106b516eeeb8e117 to your computer and use it in GitHub Desktop.
st.deck_gl_chart(layers = [{
'data': location_df.drop('timestamp', axis=1),
'type': 'HexagonLayer',
'elevationScale' : 5,
'radius' : 5,
'extruded' : True,
'opacity' : 1.0
}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment