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
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.
| 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.0.tar.gz
(35.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.0-py3-none-any.whl
(35.3 kB
view details)
File details
Details for the file d3blocks-1.0.0.tar.gz.
File metadata
- Download URL: d3blocks-1.0.0.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52afc5b8849748f3853d25e5054c342fa5fc537f3ab10149142790e2843f4adc
|
|
| MD5 |
47544b0aa487744b7bbba978ff2b6965
|
|
| BLAKE2b-256 |
24b7e733528d8b1070b9c96e80b4ea81d5b680f1ef1c8d75b6eef50fc5441ab6
|
File details
Details for the file d3blocks-1.0.0-py3-none-any.whl.
File metadata
- Download URL: d3blocks-1.0.0-py3-none-any.whl
- Upload date:
- Size: 35.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c704b5be664ea899c6d702b7646a33c0cfd0245404cedee683344a18d41902ca
|
|
| MD5 |
6cc81d36611032e5bcd796460ab31325
|
|
| BLAKE2b-256 |
4cf8712bf07b398d7abf724900b97970b9a5d7607553c10a60180badeba1779b
|