mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-27 00:18:41 +02:00
refactor: global refactoring to use device-signal pair names
This commit is contained in:
@@ -20,7 +20,7 @@ The 2D scatter plot widget is designed for more complex data visualization. It e
|
||||
```python
|
||||
# Add a new dock_area, a new dock and a BECWaveForm to the dock
|
||||
plt = gui.new().new().new(gui.available_widgets.ScatterWaveform)
|
||||
plt.plot(x_name='samx', y_name='samy', z_name='bpm4i')
|
||||
plt.plot(device_x='samx', device_y='samy', device_z='bpm4i')
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user