Hey everyone,

I'm trying to use Gadfly to generate some plots of my data. Looking 
specifically at some lengths. 

The python Seaborn package has a 'hue' parameter that allows you to group 
plots by a their variable.

So in my instance, I have two different software that call regions. One 
software appears to call longer regions than another so i'm looking to 
visualize this in a violin plot.

I have three variables, x is my histone markers (samples), y is length of 
regions, and z is the software (either software 1, or software 2) used to 
generate these regions.

My question is, is there an option that exists that works similarly to 
Seaborn's 'hue' function?

Thanks!

Reply via email to