Test of Tutorials!¶
This is a simple test script to check that all is working as expected. Below should be an image of an empty axis… if not, then Houston we have a problem
1import matplotlib.pyplot as plt
2
3fig,ax = plt.subplots()
4fig.savefig('figure0.png',format='png'),r'docs/Tutorials/TEST.png'),format='png',dpi=300)