Maxime Liquet

Results 316 issues of Maxime Liquet

We should have a developer guide that: - is easy to approach - we trust, i.e. we should make sure that it works - allows users to test hvPlot and...

type: docs

xarray has a `robust` boolean option that when set to `True` use the 2nd and 98th percentiles of the data to compute the color limits. HoloViews has a similar option...

type: docs

xarray defaults to plotting 2D DataArrays with `xarray.plot.pcolormesh` ([link](https://docs.xarray.dev/en/stable/user-guide/plotting.html#id2)): > We use [xarray.plot.pcolormesh()](https://docs.xarray.dev/en/stable/generated/xarray.plot.pcolormesh.html#xarray.plot.pcolormesh) as the default two-dimensional plot method because it is more flexible than [xarray.plot.imshow()](https://docs.xarray.dev/en/stable/generated/xarray.plot.imshow.html#xarray.plot.imshow). However, for large arrays,...

type: docs

xarray defaults to a line plot on a 1D data array with no coordinates: ```python import hvplot.xarray import numpy as np import pandas as pd import matplotlib.pyplot as plt import...

interface: xarray

Extracted from https://github.com/holoviz/hvplot/issues/652 where the `cmap` option neither has the expected effect nor raises a warning/error: ```python import holoviews as hv import hvplot.pandas import numpy as np import pandas as...

type: bug

Support for these modes has been added a while ago but never documented. It works by passing 'vline'/'hline' to `hover` or in the list of `tools`: ```python import hvplot.pandas #...

type: docs

This HoloViews `Link` is a powerful way to explore data, time series data in particular. As a first step hvPlot should document how to use it, in a later stage...

type: docs

The test runs of datashader have been failing recently on Python 3.10 and the issue can be narrowed down to this piece of code: ```python import dask dask.config.set({'dataframe.query-planning': False}) import...

The volume imaging app (https://volumetric-imaging.holoviz-demo.anaconda.com) is currently broken, visiting the app returns `500: Internal Server Error`. The lambda that checks hourly the status of the deployments (reporting to Discord) didn't...

enhancement

Opening a PR and changing the project name multiple times will create multiple folders in the tmp evaluated branch, which are all pulled when building the docs and can cause...

bug