Skip to content

Commit

Permalink
Consertar gráfico scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm authored Sep 13, 2024
1 parent d3896b5 commit d531440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorial/notebooks/03-Tutorial_SciPy.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ y = x + 5*np.random.rand(10) - 6*np.random.rand(10)
f = interp1d(x, y)
# Gráfico
fig = plt.figure()
t = np.linspace(0, 9, 50)
plt.title('Exemplo: ajuste de curvas')
plt.plot(x, y, 'r*')
Expand Down

0 comments on commit d531440

Please sign in to comment.