-
(Sprich: Hol die Ware und bring sie zum Hafen)
Besonders interessant bei den Aufträgen mit Trucks und Anhängern. Würde noch mehr Abwechslung reinbringen.
-
Previously this code snippet with an R kernel in Jupyter worked for me in that it resulted in an in-notebook rbokeh plot. Now I get an error.
Here is the code:
```
library(dplyr)
library(rbok…
-
Are there any plans to support BokehJS v0.12? It doesn't seem to work out of the box, so I assumed there were some changes to the JSON spec, but I didn't investigate very thoroughly. I'd be happy to h…
-
I've been trying to dig myself out from under this one for a while but I'm hoping @hafen can spot this out immediately.
I'm working with the dev version, and specifying both color and glyph is throwi…
-
I've developed a strip plot using rbokeh. A strip plot is simply a scatter where one of the axes (in this case the Y) is categorical. ly_points() almost gives me what I want, but I've been unable to j…
-
(#4 missing html doc in pkg vig on CRAN)
Good news is that the lazy load works locally.
Bad news is that lazy load creates a separate html file which is not stored with the vignettes.
If you visi…
-
Sow a search-bar for searching for locations/tags.
-
I am trying to install RHIPE on windows through RStudio but I am getting error - "ERROR: Unix-only package".
Is RHIPE not available for windows?
I downloaded RHIPE package (Rhipe_0.74.0.tar.gz) fro…
-
I've tried every way I can find to change the background color of an ly_bar plot, but no matter what I try it stubbornly remains white. theme_plot(background_fill) doesn't seem to work at all. Can y…
-
In the example provided
```
p %
ly_lines(date, Freq, data = flightfreq, alpha = 0.3) %>%
ly_points(date, Freq, data = flightfreq,
hover = list(date, Freq, dow), size = 5
```
Th…