Eric Ma

Results 425 comments of Eric Ma

@landge thanks for the feedback! :smile: Can I just check, how did you modify the code I provided to do what you've done here? It might be something I can...

What if you tried `plt.tight_layout()` at the bottom?

Hrm.... I'm not quite sure what's going on here, then. Have you already tried playing with the figure size? I will definitely need to dig into the codebase more.

Ok, this gives me quite a bit more impetus to do the CircosPanel API now. I think by allowing an axes object to be passed into the CircosPlot, I can...

@zbarry yes, you are right. It’s supposed to be installed from conda-forge.

Reminds me, I also need to cut patch releases for the dependencies.

Yes, that is right. Internet on the plane is just amazeballers. I might update the docs there.

Those are great thoughts, @jonchar. Do you think a declarative API can be implemented alongside an imperative API? I'm struggling to figure out how that might work. Right now, the...

@jonchar Those look like great ideas! Right now, the BasePlot implementation provides a way for uniformly colouring all nodes and all edges (the `node/edgeprops`) and a way for colouring individual...

@leotorr welcome aboard! I'd love to see some PRs from your side as this visualization package progresses, and if they are looking good, I'd be happy to add you as...