-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
There is a confusion between Min and Max inside the projection statistic in cluster details when creating a visualisation with .visualize( mapper, lens=projection,...)
I would like to simply change column name in Kmapper/tree/master/kmapper/templates/cluster_tooltip.html :
from
<h3>Projection Statistics</h3>
<table>
<thead>
<tr>
<th>Lens</th>
<th style="width:50px;"><small>Mean</small></th>
<th style="width:50px;"><small>Max</small></th>
<th style="width:50px;"><small>Min</small></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
to
<h3>Projection Statistics</h3>
<table>
<thead>
<tr>
<th>Lens</th>
<th style="width:50px;"><small>Mean</small></th>
<th style="width:50px;"><small>Min</small></th>
<th style="width:50px;"><small>Max</small></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
Thank you,
Florian Le Roy
Metadata
Metadata
Assignees
Labels
No labels
