Skip to main content

Interactive Heatmap for Python

Project description

https://img.shields.io/badge/python-2.7-blue.svg https://img.shields.io/badge/license-GPLv3-green.svg

Interactive Heatmap for Python

bkheatmap is a Python module based on Bokeh to let you plot the interactive heatmaps much easier!

Installation

$ pip install bkheatmap

Usage

Use as a module in the Python script

import os
import pandas as pd
from bkheatmap import bkheatmap

infile = "table.txt"
prefix = os.path.splitext(infile)

df = pd.read_table(infile, index_col=0)
bkheatmap(df, prefix=prefix)

Use as a command in the shell

$ bkheatmap table.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bkheatmap-0.1.3.tar.gz (16.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page