Code
import matplotlib.pyplot as plt
plt.plot([1,23,2,4])
plt.show()
wildsea
December 10, 2025
See Figure 1 in Section 2 for a demonstration of a simple plot.
See Equation 1 to better understand standard deviation.
See Section 4 for a demonstration of code annotations.
\[ s = \sqrt{\frac{1}{N-1} \sum_{i=1}^N (x_i - \overline{x})^2} \tag{1}\]
penguins, and then,
Here is a footnote reference,1 and another.2
This paragraph won’t be part of the note, because it isn’t indented.