Make data display plots square
This commit is contained in:
parent
de9ebc419b
commit
d57160a712
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user