https://github.com/bqplot/bqscales
Grammar of Graphics Scales for bqplot
https://github.com/bqplot/bqscales
Last synced: 9 months ago
JSON representation
Grammar of Graphics Scales for bqplot
- Host: GitHub
- URL: https://github.com/bqplot/bqscales
- Owner: bqplot
- License: apache-2.0
- Created: 2020-01-28T14:43:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T15:23:44.000Z (about 2 years ago)
- Last Synced: 2025-03-24T22:42:08.864Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.4 MB
- Stars: 6
- Watchers: 7
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bqscales
Grammar of Graphics in Python for bqplot and other Jupyter widgets libraries
## Installation
You can install using ``pip``:
```bash
pip install bqscales
```
Or using ``conda``/``mamba``:
```bash
mamba install -c conda-forge bqscales
```
## Development
See our [contributing guidelines](CONTRIBUTING.md) to know how to contribute and set up a development environment.
## License
This software is licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.