Gout4 = list_plot([(i + 1, kabluchko4[i]) for i in range(len(kabluchko4))], color='white', markeredgecolor = 'red', pointsize=15,zorder = 1, marker = "o", alpha=.7, legend_label="Kabluchko")
Gout4 += list_plot([(i + 1, results4[i]) for i in range(len(results4))], color='white', markeredgecolor = 'blue', pointsize=15,zorder = 1, marker = "o", alpha=.7, legend_label="Problem 3", axes_labels=["Re","Im"], fontsize=8)
show(Gout4)