We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0a299 commit 0c33b84Copy full SHA for 0c33b84
lectures/time_series_with_matrices.md
@@ -50,7 +50,7 @@ import numpy as np
50
import matplotlib.pyplot as plt
51
from matplotlib import cm
52
53
-# Custom figsize required for this lecture
+# Custom figsize for this lecture
54
plt.rcParams["figure.figsize"] = (11, 5)
55
56
# Set decimal printing to 3 decimal places
0 commit comments