feature density/histogram should not be bigger than visible display
Reported by Andrew Uzilov | April 29th, 2010 @ 11:53 AM
When you zoom out far enough, dense feature tracks become histograms, but often those histograms go out of bounds of the viewable area, which is not very useful. JBrowse should be able to figure out the viewable area height and automatically cap track height at X % of that. So, the tracks can at least never be taller than the view, but ideally no taller than 25 % or something of the view. However, the user user should be able to turn this off and on from the client. Ideally, the track config panel I requested in #57 should contain an option to "set max % of viewable area height" that a track can occupy, or turn off the cap completely.
Comments and changes to this ticket
-
Mitch October 3rd, 2010 @ 02:22 PM
- State changed from new to resolved
- Milestone order changed from 0 to 0
In release 1.1, the client has global knowledge about the range of values in the histograms, and uses that information to set the scale of the histogram so that it doesn't become taller than the display. The histograms are currently 100 pixels high.
Having a y-axis scale indicator, and a UI for manipulating the y-axis scale, are already entered as separate tickets, so I'm going to go ahead and close this one.
-
JBrowse March 28th, 2012 @ 12:08 PM
(from [86f5f120277b6793285973cfcd1917b0f80b33fc]) Merge branch 'help_box', closes #58 https://github.com/GMOD/jbrowse/commit/86f5f120277b6793285973cfcd19...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX Genome Browser
People watching this ticket
Referenced by
- 46 Generated histogram height scaling I concur, this is useful. Related to #57 (histogram contr...