Concept Flow - Rasterization for complex plots
Create complex plot with many elements
Set rasterization=True on complex elements
Render vector parts as usual
Rasterize complex parts into bitmap
Combine raster and vector in output file
Save or display plot with smaller file size
Rasterization converts complex parts of a plot into bitmap images while keeping other parts as vectors, reducing file size and improving performance.