Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add specifier for class ref
  • Loading branch information
cvanelteren committed Aug 26, 2025
commit 0fdcb95efd5454db0b9e6f6586967e42a41bf4ab
2 changes: 1 addition & 1 deletion docs/subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
# <https://matplotlib.org/stable/tutorials/intermediate/tight_layout_guide.html>`__.
# In contrast to matplotlib's algorithm, UltraPlot's algorithm can :ref:`change the
# figure size <ug_autosize>` and permits variable spacing between each subplot
# row and column (see `ultraplot.gridspec.GridSpec` for details).
# row and column (see :class:`ultraplot.gridspec.GridSpec` for details).
# This algorithm can be disabled entirely by passing ``tight=False`` to
# :class:`~ultraplot.figure.Figure` or by setting :rcraw:`subplots.tight` to ``False``, or
# it can be partly overridden by passing any of the spacing arguments `left`, `right`,
Expand Down