Include labels when exporting small/medium matrices

Issue #439 duplicate
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Generate a complete image of the data matrix which includes data, labels and trees.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

Open any matrix, click File > Export.

CURRENT BEHAVIOR

Only data and trees are exported. Not the labels.

EXPECTED BEHAVIOR

The labels should be included whenever the size of the matrix allows it. For example, we can include labels whenever their font size (appropriate for alignment with the tiles) is no smaller than 5 pts.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

e.g. Add a color selection class

FILES AFFECTED (where the changes will be implemented) - developers only

e.g. selectColor.java & settingsPanel.java

LEVEL OF EFFORT - developers only

trivial/minor/medium/major/overhaul (choose one)

COMMENTS

Comments (6)

  1. Robert Leach

    @abarysh - Do you mind if I mark this one as a duplicate of #443? I guess it depends on how you feel about the details I included...

  2. Log in to comment