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 bb75f73 commit a7f4397Copy full SHA for a7f4397
lib/matplotlib/collections.py
@@ -219,7 +219,7 @@ def get_datalim(self, transData):
219
# get_path_collection_extents handles nan but not masked arrays
220
221
if len(paths) and len(offsets):
222
- if transform.contains_branch(transData):
+ if any(transform.contains_branch_seperately(transData)):
223
# collections that are just in data units (like quiver)
224
# can properly have the axes limits set by their shape +
225
# offset. LineCollections that have no offsets can
0 commit comments