Skip to main content
1 vote
0 answers
48 views

So I am working on a dashboard in which there are bunch of KPIs and Graphs. The dashboard have filters that when applied, filter whole dashboard. Before I was totally reloading the page and every ...
Balaaj Raza's user avatar
1 vote
1 answer
59 views

I'm working in an app which will show the temperatures recorded by meteorological stations. I'm using Bokeh 3.5.1 with two figures: one is the main graph, and the other one holds a RangeTool to get a ...
quimm2003's user avatar
  • 1,075
0 votes
2 answers
97 views

I'm trying to hide the toolbar from the following Bokeh example without any success: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> ...
Lucas Almeida Carotta's user avatar
0 votes
0 answers
74 views

I'm trying to render a Bokeh chart on my html template view but unsuccessfully, any help would be appreciated. Thanks in advance. This is the view class: from bokeh.plotting import figure, show from ...
D0r1v4ld0's user avatar
0 votes
1 answer
71 views

I don't understand why my graphs are not showing up. When I introduce 2 values, capacity and efficiency, the graphs are supposed to show up in my Bokeh interface. Can you tell me why this doesn't ...
Joao Ribeiro's user avatar
0 votes
1 answer
122 views

I have a multi choice widget and when the user selects an option in the widget I want the DataTable to update and make the column selected visible. So essentially when the TableColumn.field= ...
Gingerhaze's user avatar
1 vote
1 answer
336 views

I have a data table with 40+ columns. I can choose which columns to show in the data table by changing the TableColumn attribute visible to True or False. Here's a small example filtered_table_data=df[...
Gingerhaze's user avatar
0 votes
1 answer
48 views

I am trying to create a JS callback to return the index of the scatter I created. But seems like the output is always “undefined”. Could anyone help me what is wrong with my code? here is a short ...
You Zou's user avatar
0 votes
1 answer
87 views

So I'm trying to create a plot with BokehJS. This plot needs 3 axes (left, right, bottom): The plot looks like this As you can see, the right y-axis is pretty ugly, you can't read any data from ...
mrblue6's user avatar
  • 614
0 votes
1 answer
53 views

I have a Javascript array, full_range: const range1 = _.range(1, 10, 0.5); const range2 = _.range(10, 100, 5); const range3 = _.range(100, 1000, 50); const range4 = _.range(1000, 10000, 500); const ...
mrblue6's user avatar
  • 614
0 votes
0 answers
61 views

I would like to update a network graph using a datetime range slider with Bokeh. So appearing/disappearing nodes depending on the datetime range, and also width of edges is proportional to the number ...
Laure D's user avatar
  • 897
0 votes
1 answer
997 views

I am a begineer in plotting graphs in bokeh. So please forgive me if this is a stupid question. I am trying to plot a line grpah, where my data is in a dataframe and I have provided the x and y axis ...
noob's user avatar
  • 13
0 votes
1 answer
38 views

I have tried the below code to generate bokeh graphs for each of the element when the their respective check boxes are ticked. data is a df with columns like 'id', 'data_point', 'max', 'min' I am ...
noob's user avatar
  • 13
0 votes
1 answer
305 views

I have generated a bokeh 2d-histogram plot as mentioned in this StackOverflow answer. The code and respective image is given below. In the code, the count of data-points per bin is in the entries in H....
Anirban Chakraborty's user avatar
0 votes
0 answers
491 views

I want two plots that stretch to fill up the entire window, like this: # to run this, use: bokeh serve --show test.py from bokeh.layouts import column from bokeh.plotting import figure, curdoc ...
Jase's user avatar
  • 1,105

15 30 50 per page
1
2 3 4 5
9