Marc Skov Madsen

Results 360 issues of Marc Skov Madsen

## Request Make a separate page documenting how to use Panel with HoloViews and why its very powerful. ## Motivation A part of the elevator pitch for HoloViews is that...

tag: docs

I'm trying to help a user on discourse https://discourse.holoviz.org/t/add-an-image-like-background-to-a-scatter-plot/3832 add a background image to his scatter plot. I would like to teach him to use `hv.RGB.load_image`. Unfortunately it only supports...

TRIAGE

HoloViews. 1.14.6 I would expect the box color to be yellow and not blue. I've look through the available `.opts` but not been able to find anything that can change...

type: bug

I was trying to help a user on Discourse. I needed to quickly understand if Bounds was the right tool for the job and if yes how to use it....

tag: docs

Addresses a small part of https://github.com/holoviz/holoviews/issues/5361 by adding a docstring to the primary `__init__.py` file. The entry point for all new users. https://user-images.githubusercontent.com/42288570/180594484-fed52d0b-ffa0-403b-b3cb-3201f96854c0.mp4

I'm trying to add tooltips for hvplot in https://github.com/holoviz/hvplot/issues/789. As a part of would like to use `hv.help` to demonstrate how easy it is to drop into HoloViews for more...

type: bug
needs info

This addresses a small part of https://github.com/holoviz/holoviews/issues/5361 by adding docstrings to `Scatter` and `.opts` as well as updating the docstring of `Opts`. For me this makes it so much easier...

hvplot 0.8.0 Observed by Anita Graser https://twitter.com/underdarkGIS/status/1533166878893424640?s=20&t=aZCv5yd8MSTtI43V7Epk9g ![image](https://user-images.githubusercontent.com/42288570/172039149-79424bb2-3870-4c44-8f1c-5718d29196ca.png) ## Reproducible Example ![image](https://user-images.githubusercontent.com/42288570/172039173-c57f6930-a3f7-45c3-bc59-9807c0a3ae25.png) ```python import geopandas as gpd import hvplot.pandas import pandas as pd import panel as pn data = pd.DataFrame(...

TRIAGE

Whenever one of my users on ContainDS creates a new dashboard the user initials are in the url. This makes it person dependent and not team dependent. I.e. if a...

enhancement

With ContainDS I am very close to being able to ditch Azure Pipelines deployments for my analyst team. But a few things are holding me back. One of the things...

enhancement