News

A recent reddit thread reminded us that you can generate a similar look for your own data (humorous or otherwise) in Python using Matplotlib. If you already have a plot generated with Matplotlib ...
That line is only for jupyter notebooks, if you are using another editor, you'll use: plt.show() at the end of all your plotting commands to have the figure pop up in another window. There are two ...
Geographical plotting is usually challenging due to the various formats data can come in. In this section we will focus on using plotly for plotting. Matplotlib also has a basemap extension.