Tips#

Partially rasterized#

matplotlib has the possibility to make the saved image partly vector and partly rasterized. To rasterize the output of the plot command use:

ax.plot(..., rasterized = True)