Skip to content

Commit 4573470

Browse files
committed
Changes for Merge consecutive rasterizations
Document changes.
1 parent f341646 commit 4573470

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Consecutive raster draws now merged
2+
-----------------------------------
3+
4+
Elements of a vector output can be individually set to rasterized, using
5+
the ``rasterized`` keyword, or `~.artist.Artist.set_rasterized()`. This can be useful to
6+
reduce file sizes. For figures with multiple raster elements they are now
7+
automatically merged into a smaller number of bitmaps where this will not
8+
effect the visual output. For cases with many elements this can result in
9+
significantly smaller file sizes.
10+
11+
To ensure this happens do not place vector elements between raster ones.

0 commit comments

Comments
 (0)