Skip to content

Update and rename Lib/operator.py to Lib/import matplotlib.pyplot as …#131572

Closed
vpaulette1205 wants to merge 1 commit intopython:3.13from
vpaulette1205:patch-1
Closed

Update and rename Lib/operator.py to Lib/import matplotlib.pyplot as …#131572
vpaulette1205 wants to merge 1 commit intopython:3.13from
vpaulette1205:patch-1

Conversation

@vpaulette1205
Copy link
Copy Markdown

…plt import numpy as np # Datos para 0° a 360° angulos = np.array([0, 30, 45, 60, 90, 120, 135, 150, 180, 210, 225, 240, 270, 300, 315, 330, 360]) radianes = np.array([0, np.pi/6, np.pi/4, np.pi/3, np.pi/2, 2np.pi/3, 3np.pi/4, 5np.pi/6, np.pi, 7np.pi/6, 5np.pi/4, 4np.pi/3, 3np.pi/2, 5np.pi/3, 7np.pi/4, 11np.pi/6, 2*np.pi]) seno = np.sin(radianes) # Gráfica plt.plot(angulos, seno, marker='o') plt.title('Gráfica de la función seno (0° a 360°)') plt.xlabel('Ángulo en grados') plt.ylabel('sen(X)') plt.grid(True) plt.show()

…plt import numpy as np # Datos para 0° a 360° angulos = np.array([0, 30, 45, 60, 90, 120, 135, 150, 180, 210, 225, 240, 270, 300, 315, 330, 360]) radianes = np.array([0, np.pi/6, np.pi/4, np.pi/3, np.pi/2, 2*np.pi/3, 3*np.pi/4, 5*np.pi/6, np.pi, 7*np.pi/6, 5*np.pi/4, 4*np.pi/3, 3*np.pi/2, 5*np.pi/3, 7*np.pi/4, 11*np.pi/6, 2*np.pi]) seno = np.sin(radianes) # Gráfica plt.plot(angulos, seno, marker='o') plt.title('Gráfica de la función seno (0° a 360°)') plt.xlabel('Ángulo en grados') plt.ylabel('sen(X)') plt.grid(True) plt.show()
@ghost
Copy link
Copy Markdown

ghost commented Mar 22, 2025

The following commit authors need to sign the Contributor License Agreement:

Click the button to sign:
CLA not signed

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Mar 22, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@StanFromIreland
Copy link
Copy Markdown
Member

This is spam and should be closed as not planned.

@picnixz picnixz closed this Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants