You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow user to specify colors in violin plots with constructor method (matplotlib#27304)
* Add color specification and pyi docs
Fix formatting issues
Fix argument order in stub
Update pyplot.py
Show new features
Added versionadded line to new arguments
Add test for violinplot color arguments
Add file to "whats new"
Formatting issues fixed
More formatting fixes...
Linting
Fix violinplot test
Transitioning to facecolor and edgecolor
Fixed argument name
Update doc/users/next_whats_new/violinplot_colors.rst
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Update galleries/examples/statistics/customized_violin.py
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Update test_axes.py
Consolidate versionadded directive
Enable vectorized color control
Fix test - ignore xaxis rendering
Correct x positions in test
Correct positions in test
Intelligent alpha handling
Cycler bug fix
Added has_alpha for classic_mode
No special alpha control
Removed colors, added alpha parameter
Add alpha control to default color sequence
correct arguments in type hinting
update docs to newest argument grouping
remove obsolete explanation
Correct testing with new color arguments
* edgecolor to linecolor, no more alpha
* Arg documentation
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* completeness, formatting
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Default logic, docstring, straightforward testing
* Spelling error
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* single "next color" for default face/line
* clarify color specification
* axes bug -- set with facecolor
* direct comparison to source colors, face!=line
* adjust behavior for classic mode
* Apply suggestions from code review
Minor formatting and code cleanup
---------
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
0 commit comments