BruceSherwood/vpython-wx

helix(visible=False) displays the helix

Opened this issue · 0 comments

h = helix(visible=False) displays the helix, but the following hides the helix:

h = helix()
h.visible = False