I have arrays similar to the following:
a_1 = [2] v_1 = [6,7,8,9] plt.scatter(np.tile(a_1[0],4), v_1, color=\'r\', alpha=0.5)
Here, I would l