Skip to content

Commit f97879d

Browse files
committed
Document hexbin linecolor kwarg changes
1 parent 6f1a944 commit f97879d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/users/dflt_style_changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,13 @@ or by setting::
560560

561561
in your :file:`matplotlibrc` file.
562562

563+
``hexbin``
564+
----------
565+
566+
The default value of the ``linecolor`` kwarg for `~matplotlib.Axes.hexbin` has
567+
changed from ``'none'`` to ``'face'``. If 'none' is now supplied, no line edges
568+
are drawn around the hexagons.
569+
563570
``bar`` and ``barh``
564571
====================
565572

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Hexbin default line color
2+
-------------------------
3+
4+
The default ``linecolor`` kwarg for :func:`hexbin` is now ``'face'``, and
5+
supplying ``'none'`` now prevents lines from being drawn around the hexagons.

0 commit comments

Comments
 (0)