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:
@ -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",
|
||||
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user