Relative Content

Tag Archive for pythonpandasseabornfacet-grid

How to pass a hue to one column on a facetgrid and not the other

I would be grateful if you could give me your advice on the code sample below. I am trying to get all the values in the Graphidx or Graphidx with a value of 1 to display all values (no hue) and all values with 2 to display a hue based on the Urg column. I wrote a small wrapper function called myboxplot but I cannot get the variable mycol to invoke the logic. My question to you all is

How to pass a hue to one column on a facetgrid and not the other

I would be grateful if you could give me your advice on the code sample below. I am trying to get all the values in the Graphidx or Graphidx with a value of 1 to display all values (no hue) and all values with 2 to display a hue based on the Urg column. I wrote a small wrapper function called myboxplot but I cannot get the variable mycol to invoke the logic. My question to you all is