The blog lives. Blog blog blog.

news
Author

Daniel Claborne

Published

November 6, 2022

A test of the new website, deployed on github pages. Errr, I guess this post can be about how I did it? Look, just follow this tutorial okay.

Here’s some python code I guess?

import matplotlib.pyplot as plt

fig, ax = plt.subplots()
ax.scatter([1,2], [1,2])
fig.show()