Skip to main content

Python package d3blocks

Project description

Python PyPI Version License Github Forks GitHub Open Issues Project Status Downloads Downloads Sphinx


D3Blocks builts on the graphics of d3 javascript (d3js) to create the most visually attractive and useful charts with only a few lines of Python code! The documentation pages contains detailed information about the working of the blocks with many examples.


Installation (Pypi)

pip install d3blocks     # Normal installation
pip install -U d3blocks  # Force update

Installation (clone)

git clone https://github.com/d3blocks/d3blocks.git
cd d3blocks
pip install -U .

Import d3blocks package

from d3blocks import d3blocks
# Initialize
d3 = D3Blocks()

Supported charts

Block Function
D3graph (network) d3.d3graph()
Sankey d3.sankey()
Movingbubbles d3.movingbubbles()
Heatmap d3.heatmap()
Chord diagram d3.chord()
Timeseries d3.timeseries()
Scatter d3.scatter()
Image slider d3.imageslider()
Violin plot d3.violin()
Particles d3.particles()

References

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

d3blocks-1.0.4.tar.gz (36.0 kB view hashes)

Uploaded Source

Built Distribution

d3blocks-1.0.4-py3-none-any.whl (35.6 kB view hashes)

Uploaded Python 3

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