James A. Bednar

Results 135 issues of James A. Bednar

Right now, the HoloViews `decimate` operator randomly samples from the available data, dynamically on each zoom or pan. This is often a useful behavior, particularly for disconnected plots like Scatter,...

The figure at https://datashader.org/assets/images/ds_hv_bokeh2.png used on https://datashader.org/getting_started/Interactivity.html is out of date: 1. It shows that a developer could use Datashader + Bokeh directly, which used to be true, but has...

Param was designed to support nested Parameterized objects, where the value of a Parameter is a Parameterized that has its own Parameters: ```python import param, panel as pn class P(param.Parameterized):...

type-feature

https://github.com/holoviz/param/pull/794 introduced a new `Parameter._update_state` method that runs after the Parameter is installed into a Parameterized, to support any Parameter-specific computations that cannot complete until then. Adding this mechanism was...

Different libraries use HTML reprs differently. E.g., here are the reprs for a Pandas DataFrame and an Xarray DataArray: ```python import pandas as pd df = pd.DataFrame(dict(x=[1,2,3],y=[2, -1, 5])) df...

HoloViews offers a help function `hv.help(obj)` that provides information on parameters and ranges for any Parameterized object, not just HoloViews objects. Can we move the generic Parameter-processing functionality into Param...

doc
type-feature

#### ALL software version info Python : 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] Operating system : macOS-14.0-arm64-arm-64bit Panel comms : default holoviews : 1.18.3 bokeh : 3.3.4...

type: bug
type: discussion
type: upstream

Software version info Python : 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] Operating system : macOS-14.0-arm64-arm-64bit Panel comms : default holoviews : 1.18.3 bokeh : 3.3.4 colorcet :...

Using hvplot master or any other recent version plus holoviews 1.13.3 or 1.13.4, along with the fix from #511 to make Streaming.ipynb runnable, some of the streamz hvplots inexorably fill...

interface: streamz

[HoloViz.org](https://holoviz.org) shows how all the various HoloViz tools (Panel, hvPlot, HoloViews, GeoViews, Datashader, Param, Colorcet, etc.) fit together, forming a coherent suite of complementary tools that add up to solve...

type: docs
type: discussion