Make data display plots square

This commit is contained in:
usov_i 2023-01-26 17:25:59 +01:00
parent de9ebc419b
commit d57160a712
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ def create():
x_range=DataRange1d(),
y_range=DataRange1d(),
plot_height=450,
plot_width=600,
plot_width=450 + 32,
tools="pan,wheel_zoom,reset",
)
plot.toolbar.logo = None

View File

@ -319,7 +319,7 @@ class PlotHKL:
x_range=Range1d(),
y_range=Range1d(),
plot_height=450,
plot_width=600,
plot_width=450 + 32,
tools="pan,wheel_zoom,reset",
)
plot.toolbar.logo = None