BruceSherwood / vpython-jupyter

This repository has been moved to https://github.com/vpython/vpython-jupyter
64 stars 33 forks source link

The `delete` method does not delete objects on the canvas #106

Open mwcraig opened 5 years ago

mwcraig commented 5 years ago

I came across this is working on #105 -- it turns out that calling delete like this:

from vpython import sphere
s = sphere()
s.delete()

does not delete the sphere from the canvas even though it decrements the object count.