Skip to main content

A Bokeh 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

Please download mtcars.txt and run bkheatmap as follows:

Use as a module in the Python script

import os
import pandas as pd
from bkheatmap import bkheatmap

infile = "mtcars.txt"
prefix = os.path.splitext(infile)[0]

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

Or use as a command in the shell

$ bkheatmap --scale column mtcars.txt

Then a HTML file will be generated like this.

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.5.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

bkheatmap-0.1.5-py2-none-any.whl (6.6 kB view hashes)

Uploaded Python 2

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