mikepound/cubes

Typo in function 'render_shapes'

kevintedder opened this issue · 1 comments

In function 'render_shapes', the name PLT has not been defined. I assume it should be defined as some graphical object, but I cannot work out what.
Can this be fixed please?

Did you try importing pyplot?

import matplotlib.pyplot as plt

That is typically imported as plt.