Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
FlorianLeRoyKili opened this issue May 18, 2022 · 0 comments
Open

Comments

@FlorianLeRoyKili
Copy link

FlorianLeRoyKili commented May 18, 2022

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant