Skip to content
#

holoviz

Here are 36 public repositories matching this topic...

mrocklin
mrocklin commented Jul 3, 2020

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?

docs good first issue
maximlt
maximlt commented Nov 5, 2021

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:
![image](https://user-images.githubusercontent.com/35924738/140487561-3cdb38ea-8694-4328-ab9f-bfdda

tag: backend: mpl good first issue type: enhancement type: hvplot
kedarisetti
kedarisetti commented Feb 16, 2022

ALL software version info

Panel version '0.12.6'
Python 3.9.2
OS Mac Monterey

Description of expected behavior and the observed behavior

when a given video URL contains query parameter, the URL is not recognized as an URL

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn
Video = pn.pane.Video
 url="https://www.videoserve
type: bug good first issue
digitaltopo
digitaltopo commented Apr 8, 2020

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

Improve this page

Add a description, image, and links to the holoviz topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the holoviz topic, visit your repo's landing page and select "manage topics."

Learn more