This function is mostly useful for generating the reference-value based pattern analysis plots. It draws a circle with specified size, coordinates and color in a plot window.
elaborator_draw_dots(
x,
y,
height,
dot_col,
pattern_Matrix,
number_column,
dot_Radius,
dot_radius,
fontsize,
empty_color = "#A9A9A9",
upper_color = "#2fb39f",
lower_color = "#f78300"
)
No return value; this function is called to draw the circles for the reference-value based pattern analysis plot.
x-coordinate of circle
y-coordinate of circle
height of curved lines which connect circles
color of circle
matrix with the reference-value based pattern information
number of layers (visits)
circle radius for circles representing existing patterns
circle radius for circles representing non-existing patterns
font size of numbers printed inside the circles