:mod:`mpl.path` =============== .. automodule:: mpl.path Functions --------- .. autosummary:: :toctree:generated/ :template:function_custom.rst cleanup_path clip_path_to_rect convert_path_to_polygons get_path_collection_extents get_path_extents get_paths_extents path_in_path path_intersects_path point_in_path point_in_path_collection points_in_path simple_linear_interpolation .. toctree:: :maxdepth: 1 :hidden: generated/mpl.path.cleanup_path generated/mpl.path.clip_path_to_rect generated/mpl.path.convert_path_to_polygons generated/mpl.path.get_path_collection_extents generated/mpl.path.get_path_extents generated/mpl.path.get_paths_extents generated/mpl.path.path_in_path generated/mpl.path.path_intersects_path generated/mpl.path.point_in_path generated/mpl.path.point_in_path_collection generated/mpl.path.points_in_path generated/mpl.path.simple_linear_interpolation Classes --------- .. autosummary:: :toctree:generated/ :template:class_custom.rst Path WeakValueDictionary maxdict .. toctree:: :maxdepth: 1 :hidden: generated/mpl.path.Path generated/mpl.path.WeakValueDictionary generated/mpl.path.maxdict