8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a813be2 commit 7aac9beCopy full SHA for 7aac9be
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