python sample program
python sample program
# Define data
x = np.linspace(0, 4 * np.pi, 100)
y = np.sin(x)
# Define tools
TOOLS = "pan,wheel_zoom,box_zoom,reset,save,box_select"
# Display plots
grid = gridplot([p1, p2], ncols=2, width=400, height=400)
show(grid)