Pregunta:
Voglio mettere delle palline in cima alle barre
Autor: federico volpeRespuesta:
Plt.vlines(first_app_freq.index, 0, first_app_freq.values) plt.plot(first_app_freq.index, first_app_freq.values, 'o') plt.show()
0 / 5 (0 calificaciones)
1 answer(s) in total