Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitdf49afc
Raise warning if both c and facecolors are used in scatter plot (... and related improvements in the test suite). (#29130)
* Raise warning if both c and facecolors are used in scatter plot. In the future we may implement c as edgecolors in that case or cause plot to fail.* Added direct test of _parse method to attempt to make Codecov happy.* Added pragma tags for code coverage to ignore unused but untested simplified return.* Corrected old test that qualified for the new warning.Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>1 parentf2717a5 commitdf49afc
3 files changed
+65
-9
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4653 | 4653 |
| |
4654 | 4654 |
| |
4655 | 4655 |
| |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
| 4663 | + | |
4656 | 4664 |
| |
4657 | 4665 |
| |
4658 | 4666 |
| |
|
Lines changed: 55 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2942 | 2942 |
| |
2943 | 2943 |
| |
2944 | 2944 |
| |
2945 |
| - | |
| 2945 | + | |
2946 | 2946 |
| |
2947 | 2947 |
| |
2948 | 2948 |
| |
| |||
3036 | 3036 |
| |
3037 | 3037 |
| |
3038 | 3038 |
| |
3039 |
| - | |
| 3039 | + | |
3040 | 3040 |
| |
3041 | 3041 |
| |
3042 | 3042 |
| |
| |||
3063 | 3063 |
| |
3064 | 3064 |
| |
3065 | 3065 |
| |
3066 |
| - | |
| 3066 | + | |
3067 | 3067 |
| |
3068 | 3068 |
| |
3069 | 3069 |
| |
| |||
3075 | 3075 |
| |
3076 | 3076 |
| |
3077 | 3077 |
| |
3078 |
| - | |
| 3078 | + | |
3079 | 3079 |
| |
3080 | 3080 |
| |
3081 | 3081 |
| |
| |||
3085 | 3085 |
| |
3086 | 3086 |
| |
3087 | 3087 |
| |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
| 3113 | + | |
| 3114 | + | |
| 3115 | + | |
| 3116 | + | |
| 3117 | + | |
| 3118 | + | |
| 3119 | + | |
| 3120 | + | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
| 3125 | + | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
| 3134 | + | |
| 3135 | + | |
| 3136 | + | |
3088 | 3137 |
| |
3089 | 3138 |
| |
3090 | 3139 |
| |
| |||
9046 | 9095 |
| |
9047 | 9096 |
| |
9048 | 9097 |
| |
9049 |
| - | |
9050 |
| - | |
| 9098 | + | |
| 9099 | + | |
9051 | 9100 |
| |
9052 | 9101 |
| |
9053 | 9102 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
973 |
| - | |
| 973 | + | |
974 | 974 |
| |
975 | 975 |
| |
976 | 976 |
| |
977 | 977 |
| |
978 |
| - | |
979 |
| - | |
| 978 | + | |
980 | 979 |
| |
981 | 980 |
| |
982 | 981 |
| |
|
0 commit comments
Comments
(0)