Commit 8564197
[BUG] Fix alpha bug on 3D PathCollection plots. (matplotlib#25478)
* Fix alpha bug on 3D PathCollection plots.
* Fix flake8 linting errors
* Handle RGB instead of RGBA case.
* Clean main if clause.
* linting
* Add tests for scatter alpha conversion
* Simplify logic for depth shading alpha correction
* linting
* linting
* linting
* Comments
* restore missing line
* linting
* Fix logic
* Apply suggestion from @timhoffm
* Fix alpha not having z_marker_idx sorting when applicable
---------
Co-authored-by: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com>
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Co-authored-by: Scott Shambaugh <scottshambaugh@users.noreply.github.com>1 parent f4cc437 commit 8564197
2 files changed
Lines changed: 33 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
823 | | - | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
824 | 827 | | |
825 | 828 | | |
826 | 829 | | |
827 | 830 | | |
828 | | - | |
829 | | - | |
830 | | - | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
831 | 836 | | |
832 | 837 | | |
833 | | - | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
834 | 842 | | |
835 | 843 | | |
836 | 844 | | |
| |||
1070 | 1078 | | |
1071 | 1079 | | |
1072 | 1080 | | |
| 1081 | + | |
1073 | 1082 | | |
1074 | 1083 | | |
1075 | 1084 | | |
1076 | 1085 | | |
1077 | 1086 | | |
1078 | 1087 | | |
1079 | 1088 | | |
| 1089 | + | |
| 1090 | + | |
1080 | 1091 | | |
1081 | 1092 | | |
1082 | 1093 | | |
1083 | 1094 | | |
1084 | 1095 | | |
| 1096 | + | |
| 1097 | + | |
1085 | 1098 | | |
1086 | | - | |
| 1099 | + | |
1087 | 1100 | | |
1088 | 1101 | | |
1089 | 1102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
443 | 456 | | |
444 | 457 | | |
445 | 458 | | |
| |||
0 commit comments