I have the following Pandas Dataframe, where column a represents a dummy variable:
What I would like to do is to give my markers a cmap='jet'
color following the value of column b
, except when the value in column a
is equal to 1 - in this case I want it to be the color grey.
Any idea how I can do this?