Skip to content

Commit b2dc2a6

Browse files
sanrishitimhoffm
andauthored
Pcolormesh Doc Fix (matplotlib#30912)
--------- Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 0bf4d39 commit b2dc2a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6805,9 +6805,12 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
68056805
See :doc:`/gallery/images_contours_and_fields/pcolormesh_grids`
68066806
for more description.
68076807
6808-
snap : bool, default: False
6808+
snap : bool, default: :rc:`pcolormesh.snap`
68096809
Whether to snap the mesh to pixel boundaries.
68106810
6811+
.. versionchanged:: 3.4.0
6812+
The default value changed from *False* to *True* to improve transparency
6813+
handling. See :ref:`whats-new-3-4-0` for details.
68116814
rasterized : bool, optional
68126815
Rasterize the pcolormesh when drawing vector graphics. This can
68136816
speed up rendering and produce smaller files for large data sets.

0 commit comments

Comments
 (0)