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
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.6.tar.gz
(555.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
d3blocks-1.0.6-py3-none-any.whl
(564.5 kB
view details)
File details
Details for the file d3blocks-1.0.6.tar.gz.
File metadata
- Download URL: d3blocks-1.0.6.tar.gz
- Upload date:
- Size: 555.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0d813bf5e99ac583c8d7dc5a66589551856e0bcc723c570923cce76906a31d3
|
|
| MD5 |
2d021fa44f5f6e8752df290f75d63f15
|
|
| BLAKE2b-256 |
b85ac2177ed9d287c2c88f376baae61b8151c9f97344da1f64c60d92c7ad3e30
|
File details
Details for the file d3blocks-1.0.6-py3-none-any.whl.
File metadata
- Download URL: d3blocks-1.0.6-py3-none-any.whl
- Upload date:
- Size: 564.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5107691cdbb77728e0dd1c08dea9fb8cca64ce800cda3df01e260c0adce335cd
|
|
| MD5 |
29691413dc127ec88f82695da83ca713
|
|
| BLAKE2b-256 |
c31e274cfb7cadd3773f0e3babc214ee96226262c29cba27b02df09eea9b292e
|