Skip to content

.grid method on Holomap not working correctly #6777

@bertcoerver

Description

@bertcoerver

ALL software version info

(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)

Software Version Info
holoviews == 1.22.1
bokeh == 3.8.1
python == 3.14.2

Description of expected behavior and the observed behavior

I've got a hv.Holomap that I want to overlay in one key-dimension and then grid along another key-dimension. However, the gridding step results in an empty graph (and the the charts do not line up correctly with the axis).

Image

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

import pickle
import holoviews as hv
hv.extension("bokeh")

with open("test_holomap.txt", "rb") as file:
    hm: hv.HoloMap = pickle.load(file)

hm = hm.overlay("model")

# hm.layout("class") # NOTE: this works.
hm.grid("class") # NOTE: this does not work.

Stack traceback and/or browser JavaScript console output

Screenshots or screencasts of the bug in action

  • I may be interested in making a pull request to address this

Metadata

Metadata

Assignees

No one assigned

    Labels

    NEEDS MORE INFOMore information required from issue creator

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions