Skip to content

Commit 86aa5df

Browse files
committed
Adjust dots shapes
1 parent 0b82dd5 commit 86aa5df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alldata/bblab_site/tools/isoforms_plot/isoforms_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def draw(self, x=0, y=0, xscale=1.0):
452452
# Use stroke-linecap='round' with stroke-dasharray to get round dots
453453
d.append(draw.Line(x_pos, dotted_start_y, x_pos, dotted_end_y,
454454
stroke='lightgray', stroke_width=1.5,
455-
stroke_dasharray='0.5,4', # very short dash with larger gap = dots
455+
stroke_dasharray='0.3,3',
456456
stroke_linecap='round')) # makes ends round
457457

458458
# Draw ticks and labels

0 commit comments

Comments
 (0)