talgalili / heatmaply

Interactive Heat Maps for R Using plotly
380 stars 73 forks source link

showticklabels False cannot remove the empty space of the bottom #262

Open ShaowenJ opened 3 years ago

ShaowenJ commented 3 years ago

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

image

talgalili commented 3 years ago

@Alanocallaghan ?!

alanocallaghan commented 3 years ago

This doesn't seem to happen for me, can you give a reproducible example