matplotlib_map_utils is intended to be a package that provides various functions and objects that assist with the the creation of maps using matplotlib. As of v3.x (the current version), this includes ...
The code below is supposed to colour all the states of Vietnam: import pandas as pd import matplotlib.pyplot as plt from mpl_toolkits.basemap import Basemap fig, ax = plt.subplots(figsize=(10,20)) # ...