Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(plot/waveform1d): BECWaveform - scatter plot with z axis scaled for detector values

wyzula_j requested to merge bec-scatter-to-waveform into master

Description

The BECWaveform can accept argument for z_name which defines the calling of the color of the scatter (similarly to BECMonitor2DScatter) which will be deprecated with this MR.

Related Issues

closes #92 (closed)

Type of Change

  • BECWaveform1D changed to BECWaveform
  • BECMonitor2DScatter deleted
  • BECWaveform can now code color as a z axis of detector (good for grid scan → 2 motors and z as detector)
  • Multiple 2D scatters can be stuck on each other

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.
  • Extend unit tests
  • Delete BECMonitor2DScatter
Edited by wyzula_j

Merge request reports