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

Fix/scatter 2d colormap

wyzula_j requested to merge fix/scatter-2d-colormap into main

Description

  1. Bug when adding z scatter gradient to BECWaveform through BECFigure fixed.
  2. Bug when gui is frozen after scan interruption is fixed. This was caused by wrong cleanup policy of individual widgets (actually it was just placeholder which was used during previous debugging after TOMCAT run).

Related Issues

closes #142 (closed), #144 (closed), #143 (closed)

Type of Change

  • Correct parsing of color_map_z kwarg to CurveConfig
  • Clean-up policy of individual widgets is disabled.
  • e2e tests also waveform with defined z axis from scatter gradient.

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.
  • e2e for z scatter.
Edited by wyzula_j

Merge request reports

Loading