Articles with tag #matplotlib:

The Fractal Structure of the Double Compound Pendulum

The double compound pendulum is a fascinating physical system that exhibits chaotic behavior. In a previous article, we solved and animated the double compound pendulum. In this follow-up article, we …


Chaos in Classical Mechanics

The Double-Compound-Pendulum Solved with Python

Classical mechanics is the study of the motion of objects under the influence of forces. While it has been around for centuries, classical mechanics is still a fundamental topic in …


Visualizing the Magnetic Field in Python

A Guide to Using Matplotlib with the Biot-Savart Law

In this article, we will discuss how to visualize the magnetic field of a current using the Biot-Savart law. We will also provide Python code examples to illustrate how to …

May 21, 2023

Transforming Your Matplotlib Plots to Traditional Style

Matplotlib is a powerful library that enables users to quickly create production-ready plots with ease. However, it has certain opinions on how a plot should appear by default. While it’s …

May 14, 2023

Mastering Matplotlib: Formatting the Axes Like a Pro

Matplotlib is probably the most powerful plotting library for Python. However, it can be opinionated regarding how a plot should look like. If you want something different, everything is possible, …

April 30, 2023