0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

feat(plot_base): toggle to switch outer axes for plotting widgets

This commit is contained in:
2024-09-04 17:08:08 +02:00
committed by wyzula_j
parent 6b15abcc73
commit 06d7741622
7 changed files with 81 additions and 26 deletions

View File

@ -177,6 +177,7 @@ def test_motor_map_init_from_config(qtbot, mocked_client):
"y_lim": None,
"x_grid": True,
"y_grid": True,
"outer_axes": False,
},
"signals": {
"source": "device_readback",

View File

@ -72,6 +72,7 @@ def test_create_waveform1D_by_config(qtbot, mocked_client):
"y_lim": None,
"x_grid": False,
"y_grid": False,
"outer_axes": False,
},
"color_palette": "magma",
"curves": {