Skip to content

Commit eaa3573

Browse files
timhoffmrcomer
andauthored
Apply suggestion from @rcomer
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
1 parent cdf5618 commit eaa3573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/pyplots/pyplot_two_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def f(t):
3030
plt.subplot(211)
3131
plt.plot(t1, f(t1), color='tab:blue', marker='o')
3232
plt.plot(t2, f(t2), color='black')
33-
plt.title("Supblot 1")
33+
plt.title("Subplot 1")
3434

3535
plt.subplot(212)
3636
plt.plot(t2, np.cos(2*np.pi*t2), color='tab:orange', linestyle='--')

0 commit comments

Comments
 (0)