import numpy as np
import matplotlib.pyplot as plt
= np.arange(0, 2, 0.01)
r = 2 * np.pi * r
theta = plt.subplots(
fig, ax = {'projection': 'polar'}
subplot_kw
)
ax.plot(theta, r)0.5, 1, 1.5, 2])
ax.set_rticks([True)
ax.grid( plt.show()
Simple html and Reveal JS example
Textual content
- This is the content of the first subsection
- The idea is to generate a website in the form of an html and the corresponding set of slides.
- The following content is only visible in the html website.
Content visible only in the website
- The following content is only visible in the slides.
- This text should be visible if the GitHub action has been configured correctly.