Closed studywolf closed 10 years ago
if you double click on anything it will zoom to that thing, or on the background it will zoom to the whole network
Right, I mean the relative zoom of the different objects got messed up.
btw the double clicking for the zooming to that thing looks great!
you want something that resets everything to zoom of 1? or just a specific network? right now yeah reloading the network is probably the way to go
Hm, what about in this network, the double click doesn't seem to be working for me:
import nengo
import nengo.networks.basalganglia as bg
model = nengo.Network()
with model:
vis = nengo.Network(label="1")
with vis:
bg = bg.BasalGanglia(1)
I copy-pasted that and it worked fine (double clicking and all). Not sure how to proceed on that... could you try again with the latest version?
It seems to work now! Don't know what was going on...
I accidentally zoomed in on an ensemble and didn't realize what was going on, and then things got screwy, when this happens is reloading the network the way to go?