We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf5618 commit eaa3573Copy full SHA for eaa3573
1 file changed
galleries/examples/pyplots/pyplot_two_subplots.py
@@ -30,7 +30,7 @@ def f(t):
30
plt.subplot(211)
31
plt.plot(t1, f(t1), color='tab:blue', marker='o')
32
plt.plot(t2, f(t2), color='black')
33
-plt.title("Supblot 1")
+plt.title("Subplot 1")
34
35
plt.subplot(212)
36
plt.plot(t2, np.cos(2*np.pi*t2), color='tab:orange', linestyle='--')
0 commit comments