The idea is that you can bind an input field to a plot attribute. When the attribute changes, the input field should update itself.
This will be very useful for geometries, for example. When self.geom changes, AtomSelect would update itself, so that the developer doesn't need to take care of that.
The idea is that you can bind an input field to a plot attribute. When the attribute changes, the input field should update itself.
This will be very useful for geometries, for example. When
self.geomchanges,AtomSelectwould update itself, so that the developer doesn't need to take care of that.