Tong-Chen / s-plot

A simple plot library
http://www.ehbio.com/ImageGP
GNU General Public License v3.0
51 stars 30 forks source link

Question about using pretty heatmap on the web #2

Open km-2021 opened 1 day ago

km-2021 commented 1 day ago

HI,

Is there a way to adjust a heatmap with many items on the Y-axis by reducing the font size or extending the Y-axis to prevent the labels from overlapping?

Tong-Chen commented 19 hours ago

Thanks for the question.

There are several ways to avoid label overlapping.

in heatmap page:

  1. Enlarge the picture's height and shrink the picture's font size in the Picture attribute parameter group.
  2. In Layout parameter group, there are parameters like Label every n row items (n>1), Label every n column items (n>1, Row labels only display row cluster boundary items, Column labels only display column cluster boundary items to label parts of items.

If you have other questions, please feel free to let me know.

Best,

Tong Chen