Medhat

Results 40 comments of Medhat

@Koooooo-7 Do you know if any other packages support it?

> > @Koooooo-7 Do you know if any other packages support it? > > I have no idea if any other packages can make it in Go. 😅 > There...

@ccwang002 Thank you for reaching back. Currently, I'm developing a tool that implicitly uses Cyvcf2. So, I would like to use pip to install all dependencies. Then, I can easily...

Thank you! Here is an example: ``` import pandas as pd import numpy as np mydf = pd.DataFrame(np.random.randint(2,size=(1000, 4)), columns=list('ABCD')) mydf['Country'] = pd.DataFrame(np.arange(1000).reshape(1000,1)).applymap(lambda x: np.random.choice(['Ge', 'Eg', 'Ni', 'UN'])) first=True for...

> Are you saying that you want `min_subset_size` to also operate in percentages? Personally I find it very surprising behaviour if I had code > > ``` > UpSet(mydf, min_subset_size=20)...

> Are you able to share code for your other issue with legends? It is in the same mentioned plot.

> We could support something like min_subset_frac=.2, or min_subset_size="20%", but we do not support these at present Sure! I was suggesting an idea :) Best, Medhat

Thank you, Do you have any suggestions for: fig.legend(loc=(1, 1)) and The annotation on the vertical bars, If I can change the annotation to be horizontal? Thanks! Medhat

Thank you, The annotation I mean upper left corner (red arrow). ![142452132-84dc2f58-a38c-449e-94ab-0c236529c35d](https://user-images.githubusercontent.com/4630426/142941268-81e55701-dd3a-40b6-9cf2-4dd9be6b5d33.png)