Nicolas Fernandez

Results 71 comments of Nicolas Fernandez

this has been implemented in the new https://github.com/ismms-himc/clustergrammer-gl

Thanks for the recommendation, I think we will implement something of this sort. We're glad you like Clustergrammer :)

Hi @sundaresanab, Is this issue referring to the web application or the JavaScript library?

Hi please see this section of the documentation: https://clustergrammer.readthedocs.io/matrix_format_io.html Also, we have tutorials you can run using Clustergrammer2 here: https://github.com/ismms-himc/clustergrammer2-notebooks Let us know if that works for you.

Thanks for the feature request. This will be implemented first in the new Clustergrammer-GL library. I added your request to this new repo https://github.com/ismms-himc/clustergrammer-gl/issues/23.

Thanks @delosrogers, I'll have a look to make sure it is working and request that the merge the pull request soon.

Hi, @armadillocommander it looks like it is an issue with D3 selections. Were you able to resolve this?

Hi @wasimaftab, thanks for raising the issue. I ran your test_clustergrammer_app and I see the same error. The error occurs in D3 at this line ``` var container_width = d3.select(params.root).style('width').replace('px',...

Thanks @ljwolf for confirming the expected behavior. We have an approach to remove holes from our alpha shapes that involves 1) looping through the polygons from largest to smallest ,...

> to remove holes Great thanks @ljwolf. In our case our alpha shape code (from stack overflow) returns a series of polygons that do not have holes (so the equivalent...