Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c814beb commit b048fc4Copy full SHA for b048fc4
doc/api/api_changes/2017-02-26-MB_intersects_bbox.rst
@@ -13,7 +13,7 @@ When ``Path.intersects_bbox`` is called with ``filled`` set to ``True``
13
(the default value), there is no change in behavior. For those rare cases where
14
``Path.intersects_bbox`` was called with ``filled`` set to ``False`` and where
15
the old behavior is actually desired, the suggested workaround is to call
16
-``Path.intersects_path`` with a rectangle as the path:
+``Path.intersects_path`` with a rectangle as the path::
17
18
from matplotlib.path import Path
19
from matplotlib.transforms import Bbox, BboxTransformTo
0 commit comments