Skip to content

Instantly share code, notes, and snippets.

View mandieq's full-sized avatar

Mandie Quartly mandieq

View GitHub Profile
@mandieq
mandieq / selector_heatmap.py
Created September 20, 2018 15:58
Heatmap example - python / dash
import plotly.plotly as py
import plotly.graph_objs as go
import plotly.figure_factory as ff
import plotly.offline as offline
import pandas as pd
import dash
import dash_core_components as dcc
import dash_html_components as html
from dash.dependencies import Input, Output