Partial Property Updates - Patch Class

I’m looking for update color and facet_col parameters.

I read @adamschroeder detailed thread on this Adam post

Specifically, on the below extract:

9. update Dictionaries Patch()[“data”][0][“marker”].update({“color”: “red”})

In my case, the color is derived from a categorical column in the df.

Also, for facet_col parameter.

Thanks