I noticed that when saving a basemap plot to a PDF file, the file is flawed when the code has drawparallels(..., linewidth=0) or drawmerdians(..., linewidth=0) in it. A minimal working example: import ...
When I create a figure using bbox images, everything looks fine, but when I save the figure, the images move. Here is an example import matplotlib.pyplot as plt import numpy as np from ...