Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grails-app/views/plugin/_hclust_out.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>
<div class="plot_hint">
Click on the heatmap image to open it in a new window as this may increase readability.
Click on the heatmap image to download a PNG file for increased readability.
<br><br>
</div>

Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/plugin/_heatmap_out.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>
<div class="plot_hint">
Click on the heatmap image to open it in a new window as this may increase readability.
Click on the heatmap image to download a PNG file for increased readability.
<br><br>
</div>

Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/plugin/_kclust_out.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<br />
<br />
<span class='AnalysisHeader'>Heatmap</span><br /><br />
<i>Click on the heatmap image to open it in a new window as this may increase readability.</i><br><br>
<i>Click on the heatmap image to download a PNG file for increased readability.</i><br><br>
<br />
<br />
<g:each var="location" in="${imageLocations}">
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/plugin/_markerSelection_out.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p>
<div class="plot_hint">
Click on the heatmap image to open it in a new window as this may increase readability.<br><br>
Click on the heatmap image to download a PNG file for increased readability.<br><br>
</div>

<g:each var="location" in="${imageLocations}">
Expand Down