samplot icon indicating copy to clipboard operation
samplot copied to clipboard

Plots issues for axis text overlapping

Open liuyang2006 opened this issue 3 months ago • 1 comments

Hi,

I have a plot but the text in axis label are overlapping together.

Here is my script:

samplot plot \
    -n Sample_17 \
    -b $bam_file \
    -o abc.pdf \
    -c chr11 \
    -s 118290223 \
    -e 119232210 \
    -t DUP

Here is the plot:

sample_17_chr11_118290224_119232211.pdf

liuyang2006 avatar Sep 30 '25 23:09 liuyang2006