mikepound / cubes

This code calculates all the variations of 3D polycubes for any size (time permitting!)
MIT License
165 stars 42 forks source link

Typo in function 'render_shapes' #24

Open kevintedder opened 1 year ago

kevintedder commented 1 year ago

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 1 year ago

Did you try importing pyplot?

import matplotlib.pyplot as plt

That is typically imported as plt.