hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

Positional arguments to `.polygons`

Open jsignell opened this issue 3 years ago • 0 comments

I am in the pysal tutorial and noticed that the in matplotlib the positional arg on gdf.plot maps to the c arg. In hvplot I think it maps to x but it seems like it gets dropped.

It seems to me that the only positional argument should be c OR positional arguments should not be allowed at all.

image

jsignell avatar Jul 12 '22 15:07 jsignell