@@ -63,88 +63,6 @@ matplotlib.contour.ContourSet.tlinewidths
63
63
# positional-only argument name lacking leading underscores
64
64
matplotlib.axes._base._AxesBase.axis
65
65
66
- # Aliases (dynamically generated, not type hinted)
67
- matplotlib.collections.Collection.get_aa
68
- matplotlib.collections.Collection.get_antialiaseds
69
- matplotlib.collections.Collection.get_dashes
70
- matplotlib.collections.Collection.get_ec
71
- matplotlib.collections.Collection.get_edgecolors
72
- matplotlib.collections.Collection.get_facecolors
73
- matplotlib.collections.Collection.get_fc
74
- matplotlib.collections.Collection.get_linestyles
75
- matplotlib.collections.Collection.get_linewidths
76
- matplotlib.collections.Collection.get_ls
77
- matplotlib.collections.Collection.get_lw
78
- matplotlib.collections.Collection.get_transOffset
79
- matplotlib.collections.Collection.set_aa
80
- matplotlib.collections.Collection.set_antialiaseds
81
- matplotlib.collections.Collection.set_dashes
82
- matplotlib.collections.Collection.set_ec
83
- matplotlib.collections.Collection.set_edgecolors
84
- matplotlib.collections.Collection.set_facecolors
85
- matplotlib.collections.Collection.set_fc
86
- matplotlib.collections.Collection.set_linestyles
87
- matplotlib.collections.Collection.set_linewidths
88
- matplotlib.collections.Collection.set_ls
89
- matplotlib.collections.Collection.set_lw
90
- matplotlib.collections.Collection.set_transOffset
91
- matplotlib.lines.Line2D.get_aa
92
- matplotlib.lines.Line2D.get_c
93
- matplotlib.lines.Line2D.get_ds
94
- matplotlib.lines.Line2D.get_ls
95
- matplotlib.lines.Line2D.get_lw
96
- matplotlib.lines.Line2D.get_mec
97
- matplotlib.lines.Line2D.get_mew
98
- matplotlib.lines.Line2D.get_mfc
99
- matplotlib.lines.Line2D.get_mfcalt
100
- matplotlib.lines.Line2D.get_ms
101
- matplotlib.lines.Line2D.set_aa
102
- matplotlib.lines.Line2D.set_c
103
- matplotlib.lines.Line2D.set_ds
104
- matplotlib.lines.Line2D.set_ls
105
- matplotlib.lines.Line2D.set_lw
106
- matplotlib.lines.Line2D.set_mec
107
- matplotlib.lines.Line2D.set_mew
108
- matplotlib.lines.Line2D.set_mfc
109
- matplotlib.lines.Line2D.set_mfcalt
110
- matplotlib.lines.Line2D.set_ms
111
- matplotlib.patches.Patch.get_aa
112
- matplotlib.patches.Patch.get_ec
113
- matplotlib.patches.Patch.get_fc
114
- matplotlib.patches.Patch.get_ls
115
- matplotlib.patches.Patch.get_lw
116
- matplotlib.patches.Patch.set_aa
117
- matplotlib.patches.Patch.set_ec
118
- matplotlib.patches.Patch.set_fc
119
- matplotlib.patches.Patch.set_ls
120
- matplotlib.patches.Patch.set_lw
121
- matplotlib.text.Text.get_c
122
- matplotlib.text.Text.get_family
123
- matplotlib.text.Text.get_font
124
- matplotlib.text.Text.get_font_properties
125
- matplotlib.text.Text.get_ha
126
- matplotlib.text.Text.get_name
127
- matplotlib.text.Text.get_size
128
- matplotlib.text.Text.get_style
129
- matplotlib.text.Text.get_va
130
- matplotlib.text.Text.get_variant
131
- matplotlib.text.Text.get_weight
132
- matplotlib.text.Text.set_c
133
- matplotlib.text.Text.set_family
134
- matplotlib.text.Text.set_font
135
- matplotlib.text.Text.set_font_properties
136
- matplotlib.text.Text.set_ha
137
- matplotlib.text.Text.set_ma
138
- matplotlib.text.Text.set_name
139
- matplotlib.text.Text.set_size
140
- matplotlib.text.Text.set_stretch
141
- matplotlib.text.Text.set_style
142
- matplotlib.text.Text.set_va
143
- matplotlib.text.Text.set_variant
144
- matplotlib.text.Text.set_weight
145
- matplotlib.axes._base._AxesBase.get_fc
146
- matplotlib.axes._base._AxesBase.set_fc
147
-
148
66
# Other dynamic python behaviors not type hinted
149
67
matplotlib.rcsetup.defaultParams
150
68
0 commit comments