holoviz
Here are 36 public repositories matching this topic...
Annotations don't look good in a Heatmap with a large amount of data and those that are rendered in the high values range are barely visible with the default color map. Heatmaps generated with the Bokeh backend don't have annotations by default.
See this example taken from the reference gallery:
 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
Is your feature request related to a problem? Please describe.
I’m trying to create a custom grid (grid lines). I’ve seen the Cartopy graticules example in the Geoviews Geometries documentation 1:
graticules = cf.NaturalEarthFeature(
category='physical',
name='graticules_30',
scale='110m')
...
I’d like to create a grid that matches a web mercator web map tile grid at a
-
Updated
Jan 18, 2022 - Python
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Jupyter Notebook
-
Updated
Mar 27, 2022 - Python
-
Updated
Mar 13, 2022 - Jupyter Notebook
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Jul 5, 2020 - Python
-
Updated
Mar 7, 2022
-
Updated
Dec 14, 2021 - Python
-
Updated
Feb 13, 2022 - Jupyter Notebook
-
Updated
Sep 18, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the holoviz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the holoviz topic, visit your repo's landing page and select "manage topics."
During a recent Dask tutorial someone asked "Can Datashader run on Dask?" and I was pleased.
It would be good to have an easy-to-run example that was advertised Datashader from Dask resources. Often we do this in examples.dask.org . Is there an example that makes sense to deploy there?