Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Repository
d3plus
Basic Info
- Host: GitHub
- Owner: erdogant
- License: other
- Language: Python
- Default Branch: main
- Size: 1.73 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
D3Plus 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 contain detailed information about the working of the blocks with many examples.
Installation (Pypi)
bash
pip install d3plus # Normal installation
pip install -U d3plus # Force update
Installation (clone)
bash
git clone https://github.com/d3plus/d3plus.git
cd d3plus
pip install -U .
Import d3plus package
```python from d3plus import d3plus
Initialize
d3 = d3plus() ```
Supported charts
| Block | Function | Blog |
|------------------------------------------------------------------------------------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| D3graph | d3.d3graph() | D3graph |
| Elasticgraph | d3.elasticgraph() | Elasticgraph |
| Sankey | d3.sankey() | Sankey |
| Movingbubbles | d3.movingbubbles() | Movingbubbles |
| Scatter | d3.scatter() | Scatter |
| Heatmap | d3.heatmap() | D3Blocks |
| Chord diagram | d3.chord() | D3Blocks |
| Timeseries | d3.timeseries() | D3Blocks |
| Image slider | d3.imageslider() | D3Blocks |
| Violin plot | d3.violin() | D3Blocks |
| Particles | d3.particles() | D3Blocks |
| Treemap | d3.treemap() | D3Blocks |
| Tree | d3.tree() | D3Blocks |
| | | |
References
Owner
- Name: Erdogan
- Login: erdogant
- Kind: user
- Location: Den Haag
- Website: https://erdogant.github.io/
- Repositories: 51
- Profile: https://github.com/erdogant
Machine Learning | Statistics | Bayesian | D3js | Visualizations
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 16 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
pypi.org: d3plus
Python package d3plus
- Homepage: https://github.com/erdogant/d3plus
- Documentation: https://d3plus.readthedocs.io/
- License: MIT License
-
Latest release: 0.1.0
published almost 3 years ago