Python package d3blocks.
Project description
D3Blocks
is a Python package that builds on the graphics of d3 javascript (d3js). It allows you 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. ⭐️ Star it if you like it ⭐️
Resources and Links
- Example Notebooks: Examples
- Blog Posts: Medium
- Documentation: Website
- Bug Reports and Feature Requests: GitHub Issues
Key Pipelines
Feature | Description |
---|---|
Interactive Network Visualization | Create interactive network graphs with D3graph and Elasticgraph for relationship analysis. |
Data Flow Visualization | Visualize data flows and relationships using Sankey diagrams and Chord diagrams. |
Temporal Data Analysis | Analyze time-series data with interactive charts and moving bubbles for dynamic visualization. |
Statistical Visualization | Create statistical plots including scatter plots, violin plots, and heatmaps. |
Hierarchical Data Visualization | Visualize hierarchical structures with tree diagrams, treemaps, and circle packing. |
Supported charts
nr | Block | Function | Blog |
---|---|---|---|
1 | D3graph | d3.d3graph() |
D3graph |
2 | Elasticgraph | d3.elasticgraph() |
Elasticgraph |
3 | Sankey | d3.sankey() |
Sankey |
4 | Movingbubbles | d3.movingbubbles() |
Movingbubbles |
5 | Scatter | d3.scatter() |
Scatter |
6 | Heatmap | d3.heatmap() |
Heatmap |
7 | Chord diagram | d3.chord() |
D3Blocks |
8 | Timeseries | d3.timeseries() |
D3Blocks |
9 | Image slider | d3.imageslider() |
D3Blocks |
10 | Violin plot | d3.violin() |
D3Blocks |
11 | Particles | d3.particles() |
D3Blocks |
12 | Treemap | d3.treemap() |
D3Blocks |
13 | Tree | d3.tree() |
D3Blocks |
14 | Maps | d3.maps() |
D3Blocks |
15 | Circlepacking | d3.circlepacking() |
D3Blocks |
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()
References
Contributors
Setting up and maintaining D3blocks has been possible thanks to users and contributors. Thanks to:
Maintainer
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
d3blocks-1.6.1.tar.gz
(1.5 MB
view details)
Built Distribution
File details
Details for the file d3blocks-1.6.1.tar.gz
.
File metadata
- Download URL: d3blocks-1.6.1.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
816eb56e056b77fa23446e8f6ca55818a09bd3dfbf5e17df64b020e3831ceedb
|
|
MD5 |
24a567732dd93a0839b0339bea1fa215
|
|
BLAKE2b-256 |
203f46c1e09cfc3d6e669ed6016b058734ae1dfb5b5a24a69bb0e8abf5920c77
|
File details
Details for the file d3blocks-1.6.1-py3-none-any.whl
.
File metadata
- Download URL: d3blocks-1.6.1-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fad304fd2536f3acdd21460ef267f2c59259c3d1dd3da3a93f94050b2645d32c
|
|
MD5 |
bbd07318d57662f0b5922e1afbacf9c7
|
|
BLAKE2b-256 |
af71a43457b652fb9d59f4ec12c6550f6c6a9ae48daaf8791751397af9b062ce
|