Skip to content

Commit 5d29d66

Browse files
Apply suggestions from Tim's review
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent d09aa5a commit 5d29d66

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

lib/matplotlib/transforms.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -728,18 +728,20 @@ class Bbox(BboxBase):
728728
>>> box
729729
Bbox([[1.0, 1.0], [1.0, 1.0]])
730730
731-
.. warning:: It is recommended to always specify ``ignore`` explicitly.
732-
If not, the default value of ``ignore`` can be changed at any time by code
733-
with access to your Bbox, for example using the method `~.Bbox.ignore`.
731+
.. warning::
732+
733+
It is recommended to always specify ``ignore`` explicitly. If not, the
734+
default value of ``ignore`` can be changed at any time by code with
735+
access to your Bbox, for example using the method `~.Bbox.ignore`.
734736
735737
**Properties of the ``null`` bbox**
736738
737739
.. note::
738740
739-
The current behavior of `Bbox.null()` may be surprising as it does
740-
not have all of the properties of the "empty set", and as such does
741-
not behave like a "zero" object in the mathematical sense. We may
742-
change that in the future (with a deprecation period).
741+
The current behavior of `Bbox.null()` may be surprising as it does
742+
not have all of the properties of the "empty set", and as such does
743+
not behave like a "zero" object in the mathematical sense. We may
744+
change that in the future (with a deprecation period).
743745
744746
The null bbox is the identity for intersections
745747

0 commit comments

Comments
 (0)