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.6.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.6-py3-none-any.whl (3.5 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: d3blocks-1.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 0aa8966bfc714281d1d447e85c48c28dd03d343e691f9e5d1f3cdc359dfb4c1a
MD5 366d1c481a87e75e86d88b839a1a608d
BLAKE2b-256 4ae36a80d378c5e2dd83382808690a5efb2f095be23e3e6f2ae9f7ad4372278a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: d3blocks-1.8.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a08d5a112f10fb38e5df1aca3aaf543e1ef457095bca1974ed9a5a690d8432c7
MD5 46b398133846652f9a5e8880edee9203
BLAKE2b-256 58d55ec098fc084baaa4a19969f4461bfbbad8df53bc9fde6ca2c53394d82586

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.8.6 This release

2 files

1.8.5

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