0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix(cmaps): unified all defaults to magma cmap

This commit is contained in:
2024-08-27 12:49:53 +02:00
parent 060935ffc5
commit 1ca9499edd
12 changed files with 32 additions and 32 deletions

View File

@ -66,7 +66,7 @@ def test_waveform_plot_data(waveform_widget, mock_waveform):
y_entry=None,
z_entry=None,
color=None,
color_map_z="plasma",
color_map_z="magma",
label=None,
validate=True,
dap=None,
@ -86,7 +86,7 @@ def test_waveform_plot_scan_curves(waveform_widget, mock_waveform):
y_entry=None,
z_entry=None,
color=None,
color_map_z="plasma",
color_map_z="magma",
label=None,
validate=True,
dap="GaussianModel",