BruceSherwood / vpython-wx

VPython based on wxPython
Other
70 stars 39 forks source link

helix(visible=False) displays the helix #71

Open BruceSherwood opened 9 years ago

BruceSherwood commented 9 years ago

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

h = helix() h.visible = False