https://github.com/bourbonut/detroit
detroit is wrapper for Python of d3js and Observable Plot
https://github.com/bourbonut/detroit
d3js plot python-wrapper visualization
Last synced: 10 months ago
JSON representation
detroit is wrapper for Python of d3js and Observable Plot
- Host: GitHub
- URL: https://github.com/bourbonut/detroit
- Owner: bourbonut
- License: bsd-3-clause
- Created: 2023-11-25T15:12:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:34:28.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:16:25.154Z (over 1 year ago)
- Topics: d3js, plot, python-wrapper, visualization
- Language: Python
- Homepage: https://detroit.readthedocs.io
- Size: 2.77 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`detroit` is Python implementation of [d3js](https://d3js.org/).
- [Documentation](https://detroit.readthedocs.io/en/latest/)
- [Examples](https://github.com/bourbonut/detroit/tree/main/examples)
# Installation
```sh
pip install detroit
```
# Coverage
| Package Name | Yes / No | Tests OK | Notes |
|-----------------|----------|----------|-------------------------------|
| array | Yes | Yes | Not all functions supported |
| axis | Yes | Yes | |
| brush | No | - | |
| chord | No | - | |
| color | Yes | Yes | |
| contour | No | - | |
| delaunay | No | - | |
| dispatch | No | - | |
| drag | No | - | |
| dsv | - | - | use `import pandas / polars` |
| ease | No | - | |
| fetch | - | - | use `import requests` |
| force | No | - | |
| format | Yes | Yes | |
| geo | No | - | |
| hierarchy | No | - | |
| interpolate | Yes | Yes | interpolate CSS not supported |
| path | Yes | Yes | |
| polygone | No | - | |
| quadtree | No | - | |
| random | - | - | Use `import random` |
| scale | Yes | Yes | Mostly `test_linear` |
| scale-chromatic | Yes | Yes | See all schemes in `examples` |
| selection | Yes | Yes | |
| shape | Yes | Yes | Missing some of shapes |
| time | Yes | Yes | |
| time-format | Yes | Yes | |
| timer | No | - | |
| transition | No | - | |
| zoom | No | - | |