-
### Software versions
Python version : 3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0]
IPython version : 8.26.0
Tornado version : 6.4.1
Bokeh version : 2.4.3
BokehJS s…
-
#### ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
Bokeh latest (2.2.3 at the time of writing)
#### Description of expected behavior and the obser…
-
I would love to combine scala-bokeh with jupyter notebooks running a scala/spark kernel. I can import scala-bokeh dependencies into my notebook - any tips as to how I can create a minimal chart and d…
-
## Request
Enable using a `dict` for `color` in `line` plots and what ever other types of plots where it makes sense.
## Motivation
I'm trying to improve the docstrings of hvPlot.
As the
…
-
I tried to create psychrometric chart by bokeh or matplotlib with CoolProp Module example. While psychrometric module/libs are pretty popular, the psychrometric chart on python is not such easy to fin…
wta12 updated
7 years ago
-
Example:
```
import pandas as pd
import numpy as np
import chartify
df = pd.DataFrame({'values': [1000, 10, 100, 20]})
df['labels'] = df['values']
# breaks
ch = chartify.Chart(x_axis_type=…
-
Hi, Matt. Not sure if a tutorial request is allowed here. First of all, thanks for creating the [Responsive Bar Charts with Bokeh, Flask and Python 3](https://www.fullstackpython.com/blog/responsive-b…
-
I'm trying to create a Pane in Panel using `ReactiveHTML`. The problem is that the `object` is not serializable.
I use another parameter `spec` to send the json spec across.
## Solution
Eithe…
-
Is it possible to create multi y axis charts like this:
![image](https://user-images.githubusercontent.com/574156/132017382-6c31f8d9-a523-4c3b-9424-296c8d8f7684.png)
or like this?
![image](ht…
-
#### 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…