-
Seems like `x_units="screen"` is supported from https://github.com/bokeh/bokeh/issues/12215
```python
from bokeh.plotting import figure, show
from bokeh.models import Label
fig = figure(title=…
-
I am trying to follow this example http://geo.holoviews.org/gallery/bokeh/trimesh_uk.html#bokeh-gallery-trimesh-uk
but plot triangular mesh that covers the whole globe. Below are the code and the …
-
The current approach to plotting the output from `slab()` requires considerable work, via `lattice` or `ggplot2`. For [example](http://ncss-tech.github.io/AQP/soilDB/KSSL-demo.html):
```r
# plot g…
-
It seems impossible to add an `xlab.label` when there are bottom covariates. The covariates also occupy the same space as the xaxis label and covers it, regardless of using `xlab.axis.padding`, `key.b…
-
From a comment I made in gh-397:
> it would be nice to shift some of the sorting and numerical manipulation outside of the plotting functions and into more "algorithm library" type functions, possi…
-
#### ALL software version info
Software Version Info
```plaintext
bokeh 3.5.2 py311h746a85d_0
cartopy 0.22.0 py311h786e728_0
geoviews …
-
### Short description
When plotting several texts by pg.TextItem().setAngle(value) with different text angles plot zoom and pan becomes very slow, while the same amount of text items with…
-
I just got an exception when I tried to do a nyquist plot.
`RuntimeError Traceback (most recent call last)
Cell In[4], [line 1](vscode-notebook-cell:?execution_count=…
JanB1 updated
1 month ago
-
Hey.
I am using ggnet and when plotting a graph I get the following warning:
```
4: The `` argument of `guides()` cannot be `FALSE`. Use "none" instead as of ggplot2 3.3.4.
i The deprecated feat…
-
There are a few places where we might use custom icons: adding fires, warning symbols, markers, etc. It is very difficult to create a legend with them in R. We should be able to create a function whic…