Another_section

1 Première sections

Ceci est un texte qui explique la figure Figure 1. Cette figure est jolie.

Code
import matplotlib

def math_add(a, b):
    return a+b

import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(
  subplot_kw = {'projection': 'polar'} 
)
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()
Figure 1: A line plot on a polar axis

2 Deuxième section

\[\begin{equation} a = y+2 \end{equation}\]

\(a = (y+2)^{\omega - 2\pi}\)