You are reading an old version of the documentation (v3.1.3). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set_rasterization_zorder.html
Version 3.1.3
matplotlib
Fork me on GitHub

Table of Contents

matplotlib.axes.Axes.set_rasterization_zorder

Axes.set_rasterization_zorder(self, z)
Parameters:
z : float or None

zorder below which artists are rasterized. None means that artists do not get rasterized based on zorder.

Examples using matplotlib.axes.Axes.set_rasterization_zorder