We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f341646 commit 4573470Copy full SHA for 4573470
doc/users/next_whats_new/2020-04-21-merged-rasterizations.rst
@@ -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