Bokeh plotting backend for Pandas.DataFrames
Project description
Pandas Bokeh
Pandas Bokeh provides a Bokeh plotting backend for Pandas and GeoPandas, similar to the already existing Visualization feature of Pandas. Importing the library adds a complementary plotting method plot_bokeh() on DataFrames and Series (and also on GeoDataFrames).
For more information and examples have a look at the Github Repository.
Installation
You can install Pandas Bokeh from PyPI via pip:
pip install pandas-bokeh
Pandas Bokeh is supported on Python 2.7, as well as Python 3.6 and above.
Description
With Pandas Bokeh, creating stunning, interactive, HTML-based visualization is as easy as calling:
df.plot_bokeh()
In this early version, the following plot types are supported:
- line
- point
- scatter
- bar
- histogram
In the near future many more will be implemented as horizontal barplot, boxplots,pie-charts, etc.
Pandas Bokeh is a high-level API for Bokeh. Nevertheless there are many options for customizing the plots, for example:
- figsize: Choose width & height of the plot
- title: Sets title of the plot
- xlim/ylim: Set visibler range of plot for x- and y-axis (also works for datetime x-axis)
- xlabel/ylabel: Set x- and y-labels
- logx/logy: Set log-scale on x-/y-axis
- xticks/yticks: Explicitly set the ticks on the axes
- colormap: Defines the colors to plot. Can be either a list of colors or the name of a Bokeh color palette
- hovertool: If True a Hovertool is active, else if False no Hovertool is drawn.
Plots like scatterplot or histogram also have many more additional customization options.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pandas-bokeh-0.0.1.tar.gz
.
File metadata
- Download URL: pandas-bokeh-0.0.1.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
453fad5deca1115a85a5956cfff3d95a4c59368913e61e8ed54b4315216d804e
|
|
MD5 |
b99e74fc16fbbd2a808330bf6af49b7b
|
|
BLAKE2b-256 |
07e10416ef363707d1b34c7108568f3d53f0195d35bfdf9fb83d4b7206ce5af5
|
File details
Details for the file pandas_bokeh-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pandas_bokeh-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
31e3b1b68834c56b64eb08a1c2664cdbae7b0eb193ce168af5e6427f113f2c35
|
|
MD5 |
791f4a6f5e66d6531f0f4b2f6fae7172
|
|
BLAKE2b-256 |
e52605aee0596e64736f0e9af35862cfaca344b9801d092549afb817c7a9030e
|