Skip to content

Solucionar problema en la gráfica 3D del taller de MatPlotLib#2

Open
spalominor wants to merge 4 commits intogabrielawad:mainfrom
spalominor:main
Open

Solucionar problema en la gráfica 3D del taller de MatPlotLib#2
spalominor wants to merge 4 commits intogabrielawad:mainfrom
spalominor:main

Conversation

@spalominor
Copy link
Copy Markdown

imagen

Se modificó la línea 9
ax = fig.add_subplot(111, projection='3d')

Se modificaron las líneas 21, 22, 23, 24

ax.plot_wireframe(x, y, z, color='b')

# Prueba a cambiar "plot_wireframe" por "plot_surface"
#ax.plot_surface(x, y, z, color='b')

Hice los cambios basados en la documentación oficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant