Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 435bbfb

Browse files
committed
DOC: fix reference
1 parent 2afd187 commit 435bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/layout_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def __init__(self, *, h_pad=None, w_pad=None,
199199
compress : bool
200200
Whether to use compressed layout or not; useful for fixed-aspect
201201
simple grids of axes (e.g. a grid of images). See
202-
`_compressed_layout`.
202+
:ref:`compressed_layout`.
203203
"""
204204
super().__init__(**kwargs)
205205
# set the defaults:

0 commit comments

Comments
 (0)