Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaopalmeiro/datavis-python-playground
Some Data Visualization experiments with Python.
https://github.com/joaopalmeiro/datavis-python-playground
altair data-visualization python
Last synced: about 2 months ago
JSON representation
Some Data Visualization experiments with Python.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/datavis-python-playground
- Owner: joaopalmeiro
- License: mit
- Created: 2020-02-26T18:17:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T15:38:46.000Z (over 3 years ago)
- Last Synced: 2023-03-04T12:13:28.769Z (almost 2 years ago)
- Topics: altair, data-visualization, python
- Language: Jupyter Notebook
- Homepage:
- Size: 21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datavis-python-playground
Some Data Visualization experiments with Python.
## Table of Contents
- [Altair + ipywidgets demo](altair-plus-ipywidgets-demo).
- [Altair Marimekko Chart](altair-marimekko-chart).
- [Altair ROC curve plot demo](altair-roc-curve-demo).
- [Altair Tips & Tricks](altair-tips-and-tricks).
- [Altair Width-Scale Bar Chart](altair-width-scale-bar-chart).
- [Folium + Portugal + COVID-19 data demo](folium-portugal-covid19-demo).
- [Manifold demo](manifold-demo).
- [Marching Squares demo](marching-squares-demo).
- [Style a UML class diagram generated with Pyreverse](uml-class-diagram-pyreverse).## Notes
- [Panda Theme](https://marketplace.visualstudio.com/items?itemName=tinkertrain.theme-panda):
- [Colors](https://github.com/tinkertrain/panda-syntax-vscode/blob/master/themes/colors.yaml).
- [Color semantics](https://github.com/tinkertrain/panda-syntax-vscode/blob/master/Color%20Semantics.md):
- _Pink: Logic Control_ (`#FF75B5`).
- _Light Pink: Object access_ (`#FF9AC1`).
- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) extension.
- [Mark Text](https://github.com/marktext/marktext) (Markdown editor).
- [conda](https://github.com/conda/conda):
- [CLI documentation](https://conda.io/projects/conda/en/latest/commands.html).
- If an environment does not have a name (`-n, --name`), it is possible to delete it through its full path (`-p, --prefix`): `conda env remove -p ` ([source](https://stackoverflow.com/a/56780333) and [`conda remove` documentation](https://conda.io/projects/conda/en/latest/commands/remove.html)).