hvplot
hvplot copied to clipboard
Positional arguments to `.polygons`
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.
