Skip to main content

Python Pypi Docs LOC Downloads Downloads License Forks Open Issues Project Status Medium GitHub Repo stars GitHub repo size Colab Donate

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 ⭐️



D3Graph Network Example


Resources and Links


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 Radialgraph d3.radialgraph() Radialgraph
3 Elasticgraph d3.elasticgraph() Elasticgraph
4 Sankey d3.sankey() Sankey
5 Movingbubbles d3.movingbubbles() Movingbubbles
6 Scatter d3.scatter() Scatter
7 Heatmap d3.heatmap() Heatmap
8 Chord diagram d3.chord() D3Blocks
9 Timeseries d3.timeseries() D3Blocks
10 Image slider d3.imageslider() D3Blocks
11 Violin plot d3.violin() D3Blocks
12 Particles d3.particles() D3Blocks
13 Treemap d3.treemap() D3Blocks
14 Tree d3.tree() D3Blocks
15 Maps d3.maps() D3Blocks
16 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()

Ethical Ads

When HTMLs are generated, it automatically include ethical ads as a small way to support development. This entire project with maintenance is done thoughtfully and only in my free time. Ads can be disabled via an input parameter, and you can also support the project with a coffee donation instead.

References

Contributors

Setting up and maintaining D3blocks has been possible thanks to users and contributors. Thanks to:

Maintainer

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • Yes! This library is entirely free but it runs on coffee! :) Feel free to support with a Coffee.

Buy me a coffee

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.8.5.tar.gz (3.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

d3blocks-1.8.5-py3-none-any.whl (3.5 MB view details)

Uploaded Python 3

File details

Details for the file d3blocks-1.8.5.tar.gz.

File metadata

  • Download URL: d3blocks-1.8.5.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for d3blocks-1.8.5.tar.gz
Algorithm Hash digest
SHA256 c14e800e02965c034ca39616fb091d6ead886f237824b9c002b9b63d2a30e6fb
MD5 568af665c3e61972a20c75d98629952b
BLAKE2b-256 652bbd84fa70c92669604a9f78155cbcd944721f7cd2a72cf3b60502ae5950d8

See more details on using hashes here.

File details

Details for the file d3blocks-1.8.5-py3-none-any.whl.

File metadata

  • Download URL: d3blocks-1.8.5-py3-none-any.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for d3blocks-1.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e8112b8f43d85fcdc171b45737463940649dcddeb6fec6a3338b4da97a9a1afe
MD5 84dec1f1951786f34b911e638783bfb1
BLAKE2b-256 004194974c618246ac6ad70f8192ad53d5aed6f8dbea705e17b52617dce92c86

See more details on using hashes here.

Release history Release notifications | RSS feed

1.8.6

2 files

This release

1.8.5 This release

2 files

1.8.4

2 files

1.8.3

2 files

1.8.2

2 files

1.8.1

2 files

1.8.0

2 files

1.7.5

2 files

1.7.4

2 files

1.7.3

2 files

1.7.2

2 files

1.7.1

2 files

1.7.0

2 files

1.6.4

2 files

1.6.3

2 files

1.6.2

2 files

1.6.1

2 files

1.6.0

2 files

1.5.3

2 files

1.5.2

2 files

1.5.1

2 files

1.5.0

2 files

1.4.11

2 files

1.4.10

2 files

1.4.9

2 files

1.4.8

2 files

1.4.7

2 files

1.4.6

2 files

1.4.5

2 files

1.4.4

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.5

2 files

1.3.4

2 files

1.3.3

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.13

2 files

1.2.12

2 files

1.2.11

2 files

1.2.10

2 files

1.2.9

2 files

1.2.8

2 files

1.2.7

2 files

1.2.6

2 files

1.2.5

2 files

1.2.3

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.10

2 files

1.1.9

2 files

1.1.8

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.1

2 files

1.1.0

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page