Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

d3blocks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3blocks

Python package d3blocks

  • 1.4.11
  • PyPI
  • Socket score

Maintainers
1

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


D3Blocks builds 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.


See here an overview for all the blogs

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

nrBlockFunctionBlog
1D3graphd3.d3graph()D3graph
2Elasticgraphd3.elasticgraph()Elasticgraph
3Sankeyd3.sankey() Sankey
4Movingbubblesd3.movingbubbles() Movingbubbles
5Scatterd3.scatter() Scatter
6Heatmapd3.heatmap() Heatmap
7Chord diagramd3.chord() D3Blocks
8Timeseriesd3.timeseries() D3Blocks
9Image sliderd3.imageslider() D3Blocks
10Violin plotd3.violin() D3Blocks
11Particlesd3.particles() D3Blocks
12Treemapd3.treemap() D3Blocks
13Mapsd3.maps() D3Blocks
14Circlepackingd3.circlepacking() D3Blocks
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

References

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc