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 028f07c commit d8f2e17Copy full SHA for d8f2e17
lib/matplotlib/path.py
@@ -1065,6 +1065,8 @@ def get_path_collection_extents(
1065
from .transforms import Bbox
1066
if len(paths) == 0:
1067
raise ValueError("No paths provided")
1068
+ if len(offsets) == 0:
1069
+ raise ValueError("No offsets provided")
1070
extents, minpos = _path.get_path_collection_extents(
1071
master_transform, paths, np.atleast_3d(transforms),
1072
offsets, offset_transform)
0 commit comments