For new engineers, I will explain how to create basic graphs using Matplotlib with illustrations! 🎨 What is this code doing? import matplotlib.pyplot as plt ...
We’re just going to cover the basics here. Why? Because Matplotlib has thousands of features and it has excellent documentation. So we’re just going to dip a toe in the waters.
<span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="kn">as</span> <span class="nn">plt</span> <span class="n">Sankey</span><span ...
Last time, we introduced NumPy (a high-speed calculation engine) and Pandas (a versatile data knife). 👉 Previous article: 🔢 Introduction to the "Two Major Tools" of Data Analysis: NumPy and Pandas!