个性化手册中的circle图样式参考配置文件:

<<include etc/colors_fonts_patterns.conf>>
<<include etc/housekeeping.conf>>
<image>
<<include etc/image.conf>>
</image>
karyotype       =  /TJPROJ6/NC_BG_SH/shouhou/202211/X101SC21080236-Z01-J042/Ciros/genome.txt
chromosomes_units = 1000000
chromosomes_display_default = yes
<ideogram>
<spacing>
default = 0.003r
</spacing>
thickness        = 50p
fill             = yes
stroke_thickness = 2p
stroke_color     = black
radius           = 0.75r
show_label     = yes
label_font     = bold
label_radius     = dims(ideogram,radius) + 0.08r
label_size     = 40
label_with_tag   = yes
label_parallel = yes
show_bands = yes
fill_bands = yes
band_stroke_thickness = 1
band_stroke_color     = white
band_transparency     = 0
</ideogram>

show_ticks       = yes
show_tick_labels = yes

<ticks>
radius       = dims(ideogram,radius_outer)
skip_first_label = no
skip_last_label  = no
tick_separation  = 3p
label_separation = 1p
orientation  = out
label_offset = 5p
label_size   = 12p
multiplier   = 1e-6
color        = white

<tick>
spacing    = 10u
size       = 15p
thickness  = 5p
show_label = yes
label_size = 35p
format     = %d
</tick>
<tick>
spacing    = 2u
size       = 7p
thickness  = 1p
show_label = no
</tick>

<tick>
spacing    = 5u
size       = 15p
thickness  = 1p
show_label = no
</tick>
</ticks>

<plots>


<plot>
type   = scatter 
file = /TJPROJ6/NC_BG_SH/shouhou/202211/X101SC21080236-Z01-J042/Ciros/Lv_ALKBH5_1vsLv_NC_A_1/UP_site.txt
fill_color = red
r1 = 0.48r
r0 = 0.2r
orientation = out
max       = 12
min       = 0

stroke_type = outline
thickness   = 4
color       = lred
extend_bin  = no

<axes>
show = data
thickness = 4
<axis>
color     = lred
#position  = 1r
spacing   = 0.2r
</axis>
<axis>
color     = white
position  = 1r
</axis>
<axis>
color     = lred
thickness = 4
position  = 0r
</axis>
</axes>
<rules>
<rule>
use       = no
condition = var(value) < 0
show      = no
</rule>
<rule>
#condition  = var(value) < 0
condition  = 1
#fill_color = lred
#fill_color = eval(sprintf("spectral-9-div-%d",remap_int(var(value),-1,1,1,9)))
glyph_size = eval(remap_int(var(value),1,5,1,50))
</rule>
</rules>
<backgrounds>
show = data
<background>
color = vvlred
y0 = 0r
y1 = 1r
</background>
</backgrounds>
</plot>

<plot>
type   = scatter
file = /TJPROJ6/NC_BG_SH/shouhou/202211/X101SC21080236-Z01-J042/Ciros/Lv_ALKBH5_1vsLv_NC_A_1/DOWN_site.txt
fill_color = green
r1 = 0.8r
r0 = 0.5r
orientation = out
max       = 12
min       = 0

stroke_type = outline
thickness   = 4
color       = lgreen
extend_bin  = no

<axes>
show = data
thickness = 4
<axis>
color     = lgreen
#position  = 1r
spacing   = 0.2r
</axis>
<axis>
color     = white
position  = 1r
</axis>
<axis>
color     = lgreen
thickness = 4
position  = 0r
</axis>
</axes>
<rules>
<rule>
use       = no
condition = var(value) < 0
show      = no
</rule>
<rule>
#condition  = var(value) < 0
condition  = 1
#fill_color = lred
glyph_size = eval(remap_int(var(value),1,5,1,50))
</rule>
</rules>
<backgrounds>
show = data
<background>
color = vvlgreen
y0 = 0r
y1 = 1r
</background>
</backgrounds>
</plot>

</plots>