holoviews
Here are 49 public repositories matching this topic...
ALL software version info
geoviews=1.8.1
holoviews=1.13.2
bokeh=2.0.1
Description of expected behavior and the observed behavior
gv.WMTS() docs specify "The WMTS Element represents a Web Map Tile Service specified as a
URL containing {x}, {y}, and {z} templating variable". Many servers provide urls with lowercase template variables, but it seems geoviews throws and error un
-
Updated
May 6, 2021 - JavaScript
-
Updated
Mar 15, 2020 - Jupyter Notebook
-
Updated
May 11, 2018 - Jupyter Notebook
-
Updated
Aug 29, 2018 - Python
As seen with gumdropsteve/turbo-telegram@3e2f3b3, the data for the first half of 2016 can be downloaded & preprocessed just like that of 2015. Is there any other data in the effective range? I.e. is pre-2015 data recorded the same?
If so, let's add it.
-
Updated
Apr 5, 2018 - Jupyter Notebook
-
Updated
Jun 11, 2017 - Jupyter Notebook
-
Updated
Dec 20, 2019 - Python
-
Updated
Feb 18, 2019 - Jupyter Notebook
-
Updated
May 1, 2019 - Jupyter Notebook
-
Updated
Oct 19, 2019 - Jupyter Notebook
-
Updated
Aug 5, 2018 - Python
-
Updated
Sep 15, 2019 - Python
-
Updated
Dec 2, 2019 - Jupyter Notebook
-
Updated
Dec 15, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the holoviews topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the holoviews topic, visit your repo's landing page and select "manage topics."

As far as I can tell, the Pandas .plot() API does not have a way to change the background color without dropping down to matplotlib. hvPlot appears to inherit this the same limitation. We can of course do
.opts(bgcolor='black'), but I've found that in many examples that's the only use of .opts I have to resort to