-
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…
-
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, …
-
Altair is based on the javascript library called Vega. We should use it to graph the values
https://altair-viz.github.io/gallery/index.html
We should also check that Bokeh or Seaborn are not a bet…
-
How to add plot tooltips, since it is a parameter of figure and not an extra parameter of the plot (as bar and line)?
Here an example from Bokeh documentation.
```
TOOLTIPS = [
("index", "$i…
-
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…
-
Sum of the status and what needs to be done to integrate the tool:
- [ ] If datafiles are there querries should not be rerun
- [ ] overall to slow, reduce number of querries and reuse more informa…
-
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…