Prepare for transition to bokeh/3

* Rename plot_height -> height
* Rename plot_width -> width
* Replace on_click callbacks of RadioGroup and CheckboxGroup
This commit is contained in:
2023-06-20 15:54:47 +02:00
parent d145f9107d
commit 015eb095a4
8 changed files with 52 additions and 52 deletions

View File

@ -243,8 +243,8 @@ def create():
plot = figure(
x_axis_label="Scan motor",
y_axis_label="Counts",
plot_height=470,
plot_width=700,
height=470,
width=700,
tools="pan,wheel_zoom,reset",
)