-
Do you think it would be good to have a feature that allows a bokeh plot to explode out to fill the screen?
An example of where this sort of thing works is in the diagramming tool "lucid charts", wh…
-
#### ALL software version info
panel 0.14.0, nginx 1.22.0
#### Description of expected behavior and the observed behavior
I am using the architecture discussed in the bokeh docs for load balancin…
-
This example here shows it well:
https://hvplot.holoviz.org/reference/pandas/bar.html
Enabling the legend in a stacked bar plot displays the legend items in the opposite order of how they are stac…
-
#### ALL software version info
| Library | Version |
| -- | -- |
| VS Code | 1.71.2 |
| python | 3.9.13 64-bit |
| panel | ~0.13.1~ 0.14.0a25 |
| jupyterlab | 3.4.6 |
| bokeh | 2.4.3 |
| jupyt…
-
## Short description
We used to have online interactive displays of live meteorological data on the ACINN website. Now that we are on the uni layout, these plots are gone!
They were created wit…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
type: feature
Currently, when attempting to use gridplot with Chartify (as a list of charts), it returns "AttributeError: 'Chart' object has no attrib…
-
Right now the plots at `/individual-aggregation-per-key` are bar charts showing (I think) the total duration spent on each task prefix.
I'm debugging a problem right now where there's unexpected va…
-
Hi all,
I am currently stuck on the third problem of week 4 assignment. The problem asks us to construct boxplots using bokeh. Resources I found online contain large amount of coding. I tried to go …
-
One feature in bokeh allows a user to click on the legend to toggle visibility of categorical data. When hiding a category in a stacked bar chart, the bar segments disappear as expected, however it w…
hahnd updated
3 months ago
-
I have used below code to display simple curve in Jupyter notebook with holoviews and bokeg.
import pandas as pd
import holoviews as hv
hv.extension('bokeh')
xs=[i for i in range(-10,11)]
ys=[1…