CC: | garfieldnate [...] gmail.com |
Subject: | Cluster name collapsing |
Currently, cluster names are forced to be the same as the cluster label.
This has caused me many problems in graphing because I make many different
clusters with the same label, and each of these clusters gets rendered as
one large cluster. The following fix the problem:
Line 1118 should be: 'if ( exists $cluster->{label} and not exists
$cluster->{name}) {'
Line 1124 should be: '$cluster->{label} = $name if(not exists $cluster->
{label});'