Some Data Visualization experiments with Python.
- Altair + ipywidgets demo.
- Altair Marimekko Chart.
- Altair ROC curve plot demo.
- Altair Tips & Tricks.
- Altair Width-Scale Bar Chart.
- Folium + Portugal + COVID-19 data demo.
- Manifold demo.
- Marching Squares demo.
- Style a UML class diagram generated with Pyreverse.
- Panda Theme:
- Colors.
- Color semantics:
- Pink: Logic Control (
#FF75B5
). - Light Pink: Object access (
#FF9AC1
).
- Pink: Logic Control (
- Better Comments extension.
- Mark Text (Markdown editor).
- conda:
- CLI documentation.
- 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 </Users/joao.palmeiro/Documents/project>
(source andconda remove
documentation).