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