You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add consistency check for PathCollection sizes and edgecolors (#28833)
This patch adds a check_consistency() method to PathCollection,
which emits a warning if the number of sizes or edgecolors does not
match the number of paths. The check is invoked during the draw()
call to ensure it happens after all data is set.
Also adds a unit test that triggers the warning for mismatched sizes.
0 commit comments