Task #10686 (closed)
Opened 6 years ago
Closed 4 years ago
Bug: Figure scripts long text labels
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | 5.x |
| Component: | Scripting | Version: | 5.1.2 |
| Keywords: | n.a. | Cc: | ux@…, cblackburn |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Need to find a strategy for handling long text labels in various figure scripts:
E.g:
- Thumbnail Figure: https://github.com/openmicroscopy/openmicroscopy/pull/1002
- Split-View Figure: https://github.com/openmicroscopy/openmicroscopy/pull/960
For labels that are currently vertical (to the left of rows), we could simply rotate labels to be horizontal.
For horizontal labels (above columns) we could reduce font size to some small number, then truncate.
Change History (2)
comment:1 Changed 6 years ago by Will Moore <will@…>
comment:2 Changed 4 years ago by jburel
- Resolution set to wontfix
- Status changed from new to closed
- Version set to 5.1.2
Closing this ticket, since we encourage people to use the figure app to generate figure.
(In [764783de5ea336c3aee64e153bec4945d3cb75cf/ome.git] on branch develop) imageUtil.paintThumbnailGrid() handles 'topLabel'. See #10686