Skip to content

Commit 8c988c0

Browse files
committed
Update heatmap docs
1 parent 7cfeea0 commit 8c988c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proplot/axes/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,8 @@ def get_tightbbox(self, renderer, *args, **kwargs):
13001300
def heatmap(self, *args, aspect=None, **kwargs):
13011301
"""
13021302
Pass all arguments to `~matplotlib.axes.Axes.pcolormesh` then apply
1303-
settings that are suitable for heatmaps: no gridlines, no minor ticks,
1304-
and major ticks at the center of each grid box.
1303+
settings that are suitable for heatmaps: square grid boxes by default,
1304+
major ticks at the center of each grid box, no minor ticks, and no gridlines.
13051305
13061306
Parameters
13071307
----------

0 commit comments

Comments
 (0)