Commit c330648
Improving error message for width and position type mismatch in violinplot (#30752)
* Improving error message for width and position type mismatch in violinplot
* Improving error message for width and position type mismatch in violinplot
* Fix violin plot statistics in test data
* Trigger CI pipeline
* Trigger CI pipeline
* Update lib/matplotlib/axes/_axes.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update lib/matplotlib/axes/_axes.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update lib/matplotlib/tests/test_axes.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Store original widths parameter before conversion for accurate type validation
- Improve pytest match strings with proper line continuation formatting
- Enhanced error messages provide clear examples for correct usage
* Update lib/matplotlib/axes/_axes.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Update lib/matplotlib/axes/_axes.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Remove low-information comment
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>1 parent 5dee947 commit c330648
2 files changed
+96
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
9144 | 9145 | | |
9145 | 9146 | | |
9146 | 9147 | | |
9147 | | - | |
9148 | 9148 | | |
9149 | 9149 | | |
9150 | 9150 | | |
9151 | 9151 | | |
9152 | 9152 | | |
9153 | 9153 | | |
9154 | | - | |
| 9154 | + | |
| 9155 | + | |
| 9156 | + | |
| 9157 | + | |
| 9158 | + | |
| 9159 | + | |
| 9160 | + | |
| 9161 | + | |
| 9162 | + | |
| 9163 | + | |
| 9164 | + | |
| 9165 | + | |
| 9166 | + | |
| 9167 | + | |
| 9168 | + | |
| 9169 | + | |
9155 | 9170 | | |
9156 | 9171 | | |
9157 | 9172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4172 | 4172 | | |
4173 | 4173 | | |
4174 | 4174 | | |
| 4175 | + | |
| 4176 | + | |
| 4177 | + | |
| 4178 | + | |
| 4179 | + | |
| 4180 | + | |
| 4181 | + | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
| 4194 | + | |
| 4195 | + | |
| 4196 | + | |
| 4197 | + | |
| 4198 | + | |
| 4199 | + | |
| 4200 | + | |
| 4201 | + | |
| 4202 | + | |
| 4203 | + | |
| 4204 | + | |
| 4205 | + | |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
| 4211 | + | |
| 4212 | + | |
| 4213 | + | |
| 4214 | + | |
| 4215 | + | |
| 4216 | + | |
| 4217 | + | |
| 4218 | + | |
| 4219 | + | |
| 4220 | + | |
| 4221 | + | |
| 4222 | + | |
| 4223 | + | |
| 4224 | + | |
| 4225 | + | |
| 4226 | + | |
| 4227 | + | |
| 4228 | + | |
| 4229 | + | |
| 4230 | + | |
| 4231 | + | |
| 4232 | + | |
| 4233 | + | |
| 4234 | + | |
| 4235 | + | |
| 4236 | + | |
| 4237 | + | |
| 4238 | + | |
| 4239 | + | |
| 4240 | + | |
| 4241 | + | |
| 4242 | + | |
| 4243 | + | |
| 4244 | + | |
| 4245 | + | |
| 4246 | + | |
| 4247 | + | |
| 4248 | + | |
| 4249 | + | |
| 4250 | + | |
| 4251 | + | |
| 4252 | + | |
| 4253 | + | |
4175 | 4254 | | |
4176 | 4255 | | |
4177 | 4256 | | |
| |||
0 commit comments