Typo in function 'render_shapes'
kevintedder opened this issue · 1 comments
kevintedder commented
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?
Spacha commented
Did you try importing pyplot
?
import matplotlib.pyplot as plt
That is typically imported as plt
.