Skip to content

Commit d6d49cb

Browse files
committed
make irregaluar if non-dimensional coordinate
1 parent b4430dd commit d6d49cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

holoviews/core/data/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def concat_dim(cls, datasets, dim, vdims):
170170

171171
@classmethod
172172
def irregular(cls, dataset, dim):
173-
return dataset.data[dimension_name(dim)].ndim > 1
173+
return dataset.data[dimension_name(dim)].ndim > 1 or dimension_name(dim) not in dataset.data.dims
174174

175175

176176
@classmethod

0 commit comments

Comments
 (0)