Skip to content

Min-Max confusion in projection statistic in cluster details #244

@FlorianLeRoyKili

Description

@FlorianLeRoyKili

There is a confusion between Min and Max inside the projection statistic in cluster details when creating a visualisation with .visualize( mapper, lens=projection,...)

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions