Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2b6268

Browse files
committed
Add note about provisional API for draw_path_collection()
1 parent c5e9583 commit d2b6268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ def draw(self, renderer):
420420
gc, paths[0], combined_transform.frozen(),
421421
mpath.Path(offsets), offset_trf, tuple(facecolors[0]))
422422
else:
423+
# The current new API of draw_path_collection() is provisional
424+
# and will be changed in a future PR.
425+
423426
# Find whether renderer.draw_path_collection() takes hatchcolor parameter
424427
hatchcolors_arg_supported = True
425428
try:

0 commit comments

Comments
 (0)