-
I am currently using a Pie Chart and would like to position the labels outside the border of the chart. However, I am unsure how to achieve this. Could you please provide guidance or an example on how…
-
Using Bokeh 0.11. I've tried this with `Scatter` and `Bar` and in neither case does specifying `color=(r, g, b)` or `color=(r, g, b, a)` work:
``` python
fig = bc.Scatter(
df, x='xcol', y='ycol',…
-
I have the following dataframe that contains ohlc data:
`candles.head()`
![issue](https://user-images.githubusercontent.com/48249882/111898609-7cf94280-8a27-11eb-9a73-a8c77237575a.png)
I want to pl…
-
I want a simple JavaScript function that takes a short code like :shrug: and turns it into the corresponding emoji character. Right now I use a [library](https://github.com/emojione/emojify.js?files=1…
-
Hello,
How do I change datasets at regular intervals? I'm using vue-data-ui in a vue3/quasar project.
I've created a pie-chart that I want to update a regular intervals, but this doesn't seem to…
-
ping @bokeh/core
**NOTE**: Please collect all small pieces of work in this PR: https://github.com/bokeh/bokeh/pull/3497
## Bugs
These are all issues in the core library. A few are really must-…
-
I am using apexcharts with Nuxt and wanted to add a filter method when the users clicks on one of the slices of a donut-chart.
The filtering works, the chart is updated as wanted.
But I get an er…
-
I'm running Bokeh 0.11.0 on Mac OS X 10.10.4 with Python 3.5. I have the following code in a Jupyter Notebook:
```
from bokeh.charts import Bar, show, output_notebook
import pandas as pd
output_note…
-
### Summary
I encountered some unexpected behavior while usingn `matplotlib.colormaps`. Apparently, `a_colormap(1)` outputs the wrong result. The color it produces is indistinguishable from `a_colo…
-
### ML-Crate Repository (Proposing new issue)
Project Title :Twitter sentiment analysis
Aim :to predict whether a comment is positive or negative on twitter.
Dataset:https://www.kaggle.com/datasets…