Commit 84f2022
committed
Draw the heatmap row with geom_tile on precomputed counts
ggplot2's geom_bin2d bins discrete positions with a continuous binwidth, so
the R heatmap came out as tiny disconnected tiles. Counting first and drawing
geom_tile is the idiomatic recipe and matches the pivot-then-draw approach the
matplotlib, seaborn, and hvPlot columns already take. Also stop seaborn from
rotating the clarity labels.1 parent 48bbc09 commit 84f2022
1 file changed
Lines changed: 25 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3044 | 3044 | | |
3045 | 3045 | | |
3046 | 3046 | | |
3047 | | - | |
3048 | | - | |
3049 | | - | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
3050 | 3054 | | |
3051 | 3055 | | |
3052 | 3056 | | |
| |||
3061 | 3065 | | |
3062 | 3066 | | |
3063 | 3067 | | |
3064 | | - | |
3065 | | - | |
3066 | | - | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
3067 | 3075 | | |
3068 | 3076 | | |
3069 | 3077 | | |
| |||
3078 | 3086 | | |
3079 | 3087 | | |
3080 | 3088 | | |
3081 | | - | |
3082 | | - | |
3083 | | - | |
| 3089 | + | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
3084 | 3097 | | |
3085 | 3098 | | |
3086 | 3099 | | |
| |||
3198 | 3211 | | |
3199 | 3212 | | |
3200 | 3213 | | |
3201 | | - | |
3202 | | - | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
3203 | 3217 | | |
3204 | 3218 | | |
3205 | 3219 | | |
| |||
0 commit comments