@@ -42,99 +42,14 @@ matplotlib.cm.register_cmap
42
42
matplotlib.cm.unregister_cmap
43
43
44
44
# 3.8 deprecations
45
- matplotlib.cbook.get_sample_data
46
45
matplotlib.contour.ContourSet.allkinds
47
46
matplotlib.contour.ContourSet.allsegs
48
47
matplotlib.contour.ContourSet.tcolors
49
48
matplotlib.contour.ContourSet.tlinewidths
50
- matplotlib.ticker.LogLocator.__init__
51
- matplotlib.ticker.LogLocator.set_params
52
49
53
50
# positional-only argument name lacking leading underscores
54
51
matplotlib.axes._base._AxesBase.axis
55
52
56
- # Aliases (dynamically generated, not type hinted)
57
- matplotlib.collections.Collection.get_aa
58
- matplotlib.collections.Collection.get_antialiaseds
59
- matplotlib.collections.Collection.get_dashes
60
- matplotlib.collections.Collection.get_ec
61
- matplotlib.collections.Collection.get_edgecolors
62
- matplotlib.collections.Collection.get_facecolors
63
- matplotlib.collections.Collection.get_fc
64
- matplotlib.collections.Collection.get_linestyles
65
- matplotlib.collections.Collection.get_linewidths
66
- matplotlib.collections.Collection.get_ls
67
- matplotlib.collections.Collection.get_lw
68
- matplotlib.collections.Collection.get_transOffset
69
- matplotlib.collections.Collection.set_aa
70
- matplotlib.collections.Collection.set_antialiaseds
71
- matplotlib.collections.Collection.set_dashes
72
- matplotlib.collections.Collection.set_ec
73
- matplotlib.collections.Collection.set_edgecolors
74
- matplotlib.collections.Collection.set_facecolors
75
- matplotlib.collections.Collection.set_fc
76
- matplotlib.collections.Collection.set_linestyles
77
- matplotlib.collections.Collection.set_linewidths
78
- matplotlib.collections.Collection.set_ls
79
- matplotlib.collections.Collection.set_lw
80
- matplotlib.collections.Collection.set_transOffset
81
- matplotlib.lines.Line2D.get_aa
82
- matplotlib.lines.Line2D.get_c
83
- matplotlib.lines.Line2D.get_ds
84
- matplotlib.lines.Line2D.get_ls
85
- matplotlib.lines.Line2D.get_lw
86
- matplotlib.lines.Line2D.get_mec
87
- matplotlib.lines.Line2D.get_mew
88
- matplotlib.lines.Line2D.get_mfc
89
- matplotlib.lines.Line2D.get_mfcalt
90
- matplotlib.lines.Line2D.get_ms
91
- matplotlib.lines.Line2D.set_aa
92
- matplotlib.lines.Line2D.set_c
93
- matplotlib.lines.Line2D.set_ds
94
- matplotlib.lines.Line2D.set_ls
95
- matplotlib.lines.Line2D.set_lw
96
- matplotlib.lines.Line2D.set_mec
97
- matplotlib.lines.Line2D.set_mew
98
- matplotlib.lines.Line2D.set_mfc
99
- matplotlib.lines.Line2D.set_mfcalt
100
- matplotlib.lines.Line2D.set_ms
101
- matplotlib.patches.Patch.get_aa
102
- matplotlib.patches.Patch.get_ec
103
- matplotlib.patches.Patch.get_fc
104
- matplotlib.patches.Patch.get_ls
105
- matplotlib.patches.Patch.get_lw
106
- matplotlib.patches.Patch.set_aa
107
- matplotlib.patches.Patch.set_ec
108
- matplotlib.patches.Patch.set_fc
109
- matplotlib.patches.Patch.set_ls
110
- matplotlib.patches.Patch.set_lw
111
- matplotlib.text.Text.get_c
112
- matplotlib.text.Text.get_family
113
- matplotlib.text.Text.get_font
114
- matplotlib.text.Text.get_font_properties
115
- matplotlib.text.Text.get_ha
116
- matplotlib.text.Text.get_name
117
- matplotlib.text.Text.get_size
118
- matplotlib.text.Text.get_style
119
- matplotlib.text.Text.get_va
120
- matplotlib.text.Text.get_variant
121
- matplotlib.text.Text.get_weight
122
- matplotlib.text.Text.set_c
123
- matplotlib.text.Text.set_family
124
- matplotlib.text.Text.set_font
125
- matplotlib.text.Text.set_font_properties
126
- matplotlib.text.Text.set_ha
127
- matplotlib.text.Text.set_ma
128
- matplotlib.text.Text.set_name
129
- matplotlib.text.Text.set_size
130
- matplotlib.text.Text.set_stretch
131
- matplotlib.text.Text.set_style
132
- matplotlib.text.Text.set_va
133
- matplotlib.text.Text.set_variant
134
- matplotlib.text.Text.set_weight
135
- matplotlib.axes._base._AxesBase.get_fc
136
- matplotlib.axes._base._AxesBase.set_fc
137
-
138
53
# Maybe should be abstractmethods, required for subclasses, stubs define once
139
54
matplotlib.tri.*TriInterpolator.__call__
140
55
matplotlib.tri.*TriInterpolator.gradient
0 commit comments