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

Skip to content

Commit 4bc0e4a

Browse files
committed
List all deprecated fuctions
1 parent e4a983f commit 4bc0e4a

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

doc/api/api_changes/2018-12-20-AL-deprecations.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,27 @@ Deprecations
22
````````````
33

44
Multiple internal functions that were exposed as part of the public API
5-
of ``mpl_toolkits.mplot3d`` are deprecated.
5+
of ``mpl_toolkits.mplot3d`` are deprecated,
6+
7+
**mpl_toolkits.mplot3d.art3d**
8+
9+
- :func:`mpl_toolkits.mplot3d.art3d.norm_angle`
10+
- :func:`mpl_toolkits.mplot3d.art3d.norm_text_angle`
11+
- :func:`mpl_toolkits.mplot3d.art3d.path_to_3d_segment`
12+
- :func:`mpl_toolkits.mplot3d.art3d.paths_to_3d_segments`
13+
- :func:`mpl_toolkits.mplot3d.art3d.path_to_3d_segment_with_codes`
14+
- :func:`mpl_toolkits.mplot3d.art3d.paths_to_3d_segments_with_codes`
15+
- :func:`mpl_toolkits.mplot3d.art3d.get_patch_verts`
16+
- :func:`mpl_toolkits.mplot3d.art3d.get_colors`
17+
- :func:`mpl_toolkits.mplot3d.art3d.zalpha`
18+
19+
**mpl_toolkits.mplot3d.proj3d**
20+
21+
- :func:`mpl_toolkits.mplot3d.proj3d.line2d`
22+
- :func:`mpl_toolkits.mplot3d.proj3d.line2d_dist`
23+
- :func:`mpl_toolkits.mplot3d.proj3d.line2d_seg_dist`
24+
- :func:`mpl_toolkits.mplot3d.proj3d.mod`
25+
- :func:`mpl_toolkits.mplot3d.proj3d.proj_transform_vec`
26+
- :func:`mpl_toolkits.mplot3d.proj3d.proj_transform_vec_clip`
27+
- :func:`mpl_toolkits.mplot3d.proj3d.vec_pad_ones`
28+
- :func:`mpl_toolkits.mplot3d.proj3d.proj_trans_clip_points`

0 commit comments

Comments
 (0)