
On this site you will learn data visualization with Python. You will find code examples of Python graphs made with matplotlib, seaborn, plotly and other packages
The iframe
above displays some graphs I've built last week,
in order to get some insight on some GitHub projects issues & pull requests evolution.
They are directly inspired by nf-core project activity statistics.
Une analyse claire, détaillée et visuelle des données publiques issues du grand débat national.
Le code source en Python de Myriam Begel : https://gitlab.begel.fr/myriam/grand-debat
En parallèle, l'analyse du site du gouvernement :
https://www.gouvernement.fr/on-fait-le-point-sur-la-restitution-du-grand-debat-national
flask
httpie
requests
simplejson
botocore
scrapy
docker-compose
ansible
What are those diagrams ?
They show dependencies between the internal modules of various well-known Python libraries.
They goal is to provide a global overview of a Python project architecture, as a map of modules & packages, the top-level code abstractions.
Note that all …
Visualize your JS-like regex as a graph
Using Python’s matplotlib and pandas, we’ll see that it’s rather easy to replicate the core parts of any FiveThirtyEight (FTE) visualization.
A year ago, I built a small JS lib using D3.js to visualize JSON-defined genealogy trees.
At the beginning of the year, I added a new feature using flex-calendar and moment-ferie-fr : a birthday calendar using the same JSON genealogy definition and miniature images.
I added this calendar to the …
Quelques essais de visualisation de données pour célébrer la fin de cette expérimentation de débat citoyen en ligne.
Première tentative, utilisant Charted, pour visualiser la répartition des nombre de votes toutes propositions confondues :
<iframe width="853" height="480" src="https://www.charted.co/?%7B%22dataUrl%22%3A%22http%3A%2F%2Fchezsoi.org%2Flucas%2Frepublique-numerique%2Fvotes_counts_frequencies_histogram.csv%22%2C%22seriesNames%22%3A%7B%221%22%3A%22freq_no%22%7D%2C%22charts%22%3A%5B%7B%22type%22%3A%22line%22%2C%22rounding%22%3A%22off%22%2C%22title%22%3A%22Positive%2FNegative%2FReserved%20votes%20count%20frequencies%20distribution%22%2C%22note%22%3A%22Data%20from%20republique-numerique.fr%20on%202015%2F10%2F18%20at%20midnight%22%7D%5D%7D" allowfullscreen></iframe>Exemple de lecture de ce graph: 33 propositions ont reçu exactement 8 votes positifs.
Ce graph n'apporte …
I'm happy to introduce you with genealogic-d3, a Javascript visualization library to nicely display genealogy trees that I've been working on during the past 3 days.
I'm quite satisfied by the result. You'll find a live demo you can play with at https://chezsoi.org/lucas/genealogic-d3/skywalker.html
I …
Developers take garbage collection for granted, but it's hard to see how it works. Watch 5 different GC algorithm visualizations.
Animation, code, analysis, and discussion of 8 sorting algorithms on 4 initial conditions.
java sorting algorithms demonstration.