Skip to content

Instantly share code, notes, and snippets.

@AjayThorve
Last active May 18, 2020 17:24
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 AjayThorve/666af9541bf7aca7cd9a1f7766728547 to your computer and use it in GitHub Desktop.
Save AjayThorve/666af9541bf7aca7cd9a1f7766728547 to your computer and use it in GitHub Desktop.
plotly specs
'data': [{
'type': 'scattermapbox',
'lat': lat, 'lon': lon,
}],
'layout': {
'mapbox': {
...
'layers': [{
"sourcetype": "image",
"source": datashader_output_img,
}],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment