Example for Cooperative Brushing and Tooltips in D3.
Scatter chart with only tooltips, no brush layer.
Example for Cooperative Brushing and Tooltips in D3.
Scatter chart with only tooltips, no brush layer.
Example for Cooperative Brushing and Tooltips in D3.
The tooltip helper function for dynamic tooltips.
Example for Cooperative Brushing and Tooltips in D3.
Note that the brush layer is appended after the data, and therefore mouseover events do not trigger the tooltip. Only when you start brushing do the tooltips appear.
Example for Cooperative Brushing and Tooltips in D3.
Note that the brush layer lives behind the data points, and therefore a brush cannot be started on the data point itself, only in the background layer.
(.env)Rob@rmbp ~/src/pydatasv2014 (master) $ pip freeze | |
Flask==0.10.1 | |
Jinja2==2.7.2 | |
Markdown==2.4 | |
MarkupSafe==0.19 | |
PyYAML==3.11 | |
Pygments==1.6 | |
Sphinx==1.2.2 | |
Werkzeug==0.9.4 | |
backports.ssl-match-hostname==3.4.0.2 |
import bearcart | |
import bokeh | |
import bokeh.plotting as bp | |
from bokeh.plotting import output_notebook | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
import mpld3 | |
import numpy as np | |
import vincent | |
import ggplot as gg |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
# C extensions | |
*.so | |
# Distribution / packaging | |
.Python | |
env/ |
Python 2.6.9 |Continuum Analytics, Inc.| (unknown, Jan 10 2014, 13:33:57) | |
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import timeit | |
>>> from math import sqrt | |
>>> | |
>>> n = 100 | |
>>> sqrt_n = int(sqrt(n)) | |
>>> | |
>>> def with_set(): |
These are the TechCrunch one-sentence summaries of the YCombinator 2014 class: | |
"Speeds up the process of genetically engineering and growing ingredients" | |
"A platform that provides ways for artists to make more money off their concerts and sell directly to fans" | |
"An e-filing service for paying income taxes in India" | |
"A company that arbitrages the cost of goods in different countries by using international travelers as a distribution network" | |
"Sells men’s custom shirts by measuring you with the camera on your phone" | |
"Creates technology for genetically engineering plants" | |
"Attacking the $400 billion used car market" | |
"Using nanodiamonds to redefine medical imaging" |