Open ShaowenJ opened 3 years ago
Hi, Is that a way to remove the huge empty space of the bottom area? My dataframe has long column names and I have removed it from setting the showticklabel to False. Thanks!
heatmaply(scale_df,colors = cell_colors, Rowv = F, Colv = T,scale="none",showticklabels = c(F,T),col_side_colors = tissue_anot,fontsize_col = 0,file="trial.html",width = 300,height = 1000)
@Alanocallaghan ?!
This doesn't seem to happen for me, can you give a reproducible example
Describe the bug
Hi, Is that a way to remove the huge empty space of the bottom area? My dataframe has long column names and I have removed it from setting the showticklabel to False. Thanks!
To Reproduce
heatmaply(scale_df,colors = cell_colors, Rowv = F, Colv = T,scale="none",showticklabels = c(F,T),col_side_colors = tissue_anot,fontsize_col = 0,file="trial.html",width = 300,height = 1000)
Screenshots