benchmark/data/paper-data/summary-plot.py [19:29]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tick, markersize = 'ok', 5
plt.plot([x], [y], tick, markersize=markersize, alpha=0.90)
plt.annotate(
    name,
    (x, y),
    xytext=(0, -15),
    textcoords='offset points',
    arrowprops={'arrowstyle': '-', 'alpha': 0.3},
    alpha=0.75,
    fontsize='small'
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



benchmark/data/paper-data/summary-plot.py [34:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
tick, markersize = 'ok', 5
plt.plot([x], [y], tick, markersize=markersize, alpha=0.90)
plt.annotate(
    name,
    (x, y),
    xytext=(0, -15),
    textcoords='offset points',
    arrowprops={'arrowstyle': '-', 'alpha': 0.3},
    alpha=0.75,
    fontsize='small'
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



