Tag: matplotlib
-
Custom Maps with Python

If you’re anything like me, a strategy gamer. You’ve spent way too many hours staring at this view of the Mediterranean. A good map should draw you in. I’m going to give you a quick guide in making one using Python. Github Link The code to make maps is relatively simple thanks to the matplotlib…
-
Data Cleaning and Visualization Basics

80/20 Pareto relationships are one of those things that once you learn what they are, you see everywhere. Pareto relationships follow an 80/20 ratio where 80% of the results come from 20% of the inputs. For example, in group projects for school, 20% of the members will do 80% of the work. Similarly, in dating…