def draw_box(ax, x, y, width, height, text, color='#f0f4f8', edgecolor='#2c3e50', text_size=10, style='solid'): rect = patches.Rectangle((x, y), width, height ...