foxes.utils.TabWindroseAxes.set_rasterization_zorder(z)

Set the zorder threshold for rasterization for vector graphics output.

All artists with a zorder below the given value will be rasterized if they support rasterization.

This setting is ignored for pixel-based output.

See also /gallery/misc/rasterization_demo.

ParametersΒΆ

zfloat or None

The zorder below which artists are rasterized. If None rasterization based on zorder is deactivated.