You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Glowscript Users
I'd like to create a Web VPython program that has a graph and some GUI widgets but no 3D graphics canvas. Is this possible? When I try to set a widget's pos attribute to myGraph.caption_anchor, it seems to ignore this and instead creates a 3D canvas (scene) that I don't need. As a kludge I can set scene.width and scene.height to 0, but that seems... inelegant.