mpl.sankey.PathPatch.get_verts¶
-
PathPatch.get_verts()¶ Return a copy of the vertices used in this patch
If the patch contains Bezier curves, the curves will be interpolated by line segments. To access the curves as curves, use
get_path().
PathPatch.get_verts()¶Return a copy of the vertices used in this patch
If the patch contains Bezier curves, the curves will be
interpolated by line segments. To access the curves as
curves, use get_path().