Skip to content

Matplotlib import standards

Currently, matplotlib.pyplot is imported sometimes as 'plt' and sometimes as 'pp'. To follow broad standards, we should refactor this across PyHAT to plt.

This issue does not impact code functionality and is non-critical.

See !16 (comment 887373)