“Límite del eje matplotlib” Código de respuesta

establecer límites del eje matplotlib

axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
Worried Wolf

Límite del eje matplotlib

plt.xlim(0, 100)
Sleepy Shark

Crear límite usando matplotlib

axes = plt.gca()
axes.set_xlim([xmin,xmax])
axes.set_ylim([ymin,ymax])
Weary Wolverine

Respuestas similares a “Límite del eje matplotlib”

Preguntas similares a “Límite del eje matplotlib”

Más respuestas relacionadas con “Límite del eje matplotlib” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código