Line plots are probably the most common type of plot I make. Here are my notes on making nice line plots in matplotlib in python. You can see the full replication code on Github here. First, I will…| Andrew Wheeler
A lot of my daily work involves plotting with matplotlib. While Jupyter notebooks are the popular choice for this, especially for sharing and presenting results, I’m not a fan of using them as a development environment. They encourage bad practices, and I much prefer a lean terminal/script-based workflow for Python development.| Milad Alizadeh
In chapter 5 of his mind-blowing “The Road to Reality”, Penrose devotes a section to complex powers, that is, to the solutions to $$w^z~~~\text{with}~~~w,z \in \mathbb{C}$$ In this post I develop a bit more what he exposes and explore what the solutions look like with the help of some simple Python scripts. The scripts can … Continue reading "Analysis and Plots of Solutions to Complex Powers"| Alfonso Sánchez-Beato's blog
Introduction| astrid.tech
How to plot registered Django users using matplotlib.| blog.dbrgn.ch