Miika Sikala
Miika Sikala
Did you try importing `pyplot`? ```python import matplotlib.pyplot as plt ``` That is typically imported as `plt`.
I found that there is a [new repo](https://github.com/mikepound/opencubes/) for further developments and I moved this issue there.
Yes, this one was a miss unfortunately. As pointed out in the other repo, this has another issue which makes this useless. I've been trying to find a better way...
Ah, you are right, damn! The sum is basically counting the set blocks in the shape... I was a bit suspicious about using the sum as the fingerprint, but it...