8000 Add note about provisional API for draw_path_collection() · matplotlib/matplotlib@d2b6268 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0