-
Setting limits on the log y axis and panning the chart does not stop panning at the bounds limit, below is code to reproduce (occurs in v1.3.4). The upper bound is respected and we can't pan past it, …
-
From the FAQ:
## Can We See Visualizations in JavaScript, Python, R or ...?
Interested in contributing? Please post here with how you'd like to help. We can break this ticket up based on viz format…
-
This is related to https://github.com/holoviz/hvplot/issues/551, but I think it is a more broad issue. For bar charts specifying columns order works as expected (except reversed legend), but for area …
-
Para visualizar los datos de manera coherente se podrían recurrir a diagramas de araña [se puede ver un ejemplo aquí](https://en.wikipedia.org/wiki/Radar_chart#/media/File:Spider_Chart2.jpg)
-
Hi @bryevdv and @pavithraes I performed exploratory data analysis on a subset of the [yellow taxi trip record October](https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2022-10.parquet)…
-
### Problem description
I'm using x_axis_type='datetime' DatetimeTickFormatter and I wish translate name of the mounths from English to Italian.
You can add this to the Bokeh
I'm attaching an e…
-
Bokeh's server functionality has been completely rewritten and reimagined (for the better, on the whole). Currently it does not have an "index page" of the sort that we rely upon for plots now. It'd b…
-
Hi all,
I'm using bokeh charts with python Flask to create a dashboard.
I set the chart sizing_mode="stretch_both" to fill the parent div. It fills the parent div dimension correctly on loading.…
-
### Expected Behavior
Graph should not be empty
### Actual Behavior
There are also tons of warnings in the console...
```
/Users/lennard/opt/miniconda3/envs/torch/lib/python3.9/site-packages/…
-
I'm trying to render an Altair chart in an ipywidget.Output widget. Altair charts properly render with Voila, but not nbconvert.
Here is a test notebook I created to replicate the issue.
```pyth…