guruucsd / PING

This is a Python framework for accessing and analyzing PING data.
1 stars 2 forks source link

Add options for interactive plotting #33

Open bcipolli opened 8 years ago

bcipolli commented 8 years ago

mpld3 is a python package for plotting (matplotlib) in the browser (`d3). These plots are interactive by default (by allowing zooming) and have a plugin architecture for custom interactivity.

I am creating a dynamic poster for SfN, so mpld3 is ideal.

bcipolli commented 8 years ago

mpld3 probably isn't enough; will also look at bokeh