Marc Skov Madsen

Results 360 issues of Marc Skov Madsen

The param `__doc__` string is powerful. But it is hard to read due to the colors chosen. The blue on a black background is especially hard to read. But also...

type-feature

#### My Pain I'm trying to create an app where the objects of an ObjectSelector updates dynamically. For example if you have Region and Country ObjectSelectors you would like the...

type-feature

#### My Pain I'm trying to dynamically update the objects from which a user can select. But the behavior of `param.ObjectSelector.objects` is different before and after update. ```bash $ python...

TRIAGE

When testing on panel 0.13.0rc5 I get ```bash 2022-04-07 21:07:49,779 Error running application handler : cannot import name 'string_types' from 'panel.util' (c:\repos\private\awesome-panel\.venv\lib\site-packages\panel\util.py) File 'charts.py', line 6, in : from panel.util...

When running mypy on code using `panel_highcharts` we get `found module but no type hints or library stubs`. Please fix

bug

Currently there is no easy (i.e. one-line of code) to make your hvPlot beautiful. And (in my opinion) the existing theme has not been attractive for a decade. The colors,...

type: enhancement

This PR aims to add better docstring for users. It does this by providing more descriptive text, examples and reference links similar to the docstrings recently added to Panel. I...

in progress

## Request Enable using a `dict` for `color` in `line` plots and what ever other types of plots where it makes sense. ## Motivation I'm trying to improve the docstrings...

type: enhancement

I'm trying to improve the docstrings of hvplot. I cannot find any documentation for `hvPlot.paths`. https://hvplot.holoviz.org/search.html?q=paths I believe something should be available in the Reference Gallery https://hvplot.holoviz.org/reference/index.html

type: docs

hvplot=0.8.0, holoviews=1.15.0 I'm trying to help a user here https://discourse.holoviz.org/t/interactive-and-dynamically-created-dict-of-widgets-to-xarray-sel/4000/5 When running the below code example I see the WARNING ```bash WARNING:param.main: Calling the .opts method with options broken down...

TRIAGE