thpar / diffany

Diffany is an open-source toolbox for calculating and visualizing differential networks.
7 stars 2 forks source link

max differential weight #244

Open diffany-admin opened 9 years ago

diffany-admin commented 9 years ago

Issue by svlandeg Sat Nov 29 16:44:19 2014


@tvparys : DefaultDiffEdgeDrawing currently simply says that the maximum weight is 20. I have no idea why we are doing it like this, this value is being queried by VisualDiffStyle for instance. Why don't we go over all edges and actually retrieve the maximum? Because outliers would obscure the weight mapping otherwise? Do you remember?