Questions tagged [datashader]

Use for questions concerning the Python based Graphics Pipeline which is meant for building visualizations of large data sets.

Datashader is a python graphics pipeline system for creating meaningful representations of large amounts of data.

FAQ

Docs

GitHub

123 questions
0
votes
1 answer

Adding callbacks flags for additional figure on Datashader Dashboard

I am attempting to add additional figures to the datashader dashboard example based on alternative aggregates. For an example, along with the geographic NYC_Taxi lat, lon PU and DO aggregates, I would like to include a second panel that has the trip…
0
votes
1 answer

Datashader has snappy error

I was using python's datashader 0.5.0 package to plot population density information, generally following the tutorial https://www.continuum.io/blog/developer-blog/analyzing-and-visualizing-big-data-interactively-your-laptop-datashading-2010-us . I…
Docuemada
  • 1,703
  • 2
  • 25
  • 44
0
votes
0 answers

cannot import datashader in python due to PIL/Pillow

when importing datashader to python 2, I got an error from . import _imaging as core 57 if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None): ---> 58 raise ImportError("The _imaging extension was built for another " 59 …
santoku
  • 3,297
  • 7
  • 48
  • 76
1 2 3
8
9