ashley

Resultados 1 preguntas formuladas por ashley

Etiquetar puntos de datos en el gráfico

3
respuestas
97
votos
221.4k
vistas

Si desea etiquetar los puntos de su trama usando python matplotlib, utilicé el siguiente código. from matplotlib import pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) A = anyarray