Feature #1308
Feature #964: === GUI ===
GUI: take care about margins in ColorMapPlot
Status: | Rejected | Start date: | 08 Feb 2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Currently margins surrounding IntensityDataItem color map plot are auto-margins. It means that while zooming in, the height of space below x-axis and the width of space on the left of y-axis are automatically recalculated depending from the size of current axes ticks label.
From one side it is good - axes ticks, axes labels - do not overlap and always stay visible. From another side during zoom in/out, or while switching axes units (e.g. from degrees to radians), or while dragging color bar- labels are jumping all the time
- color map frame always slightly change it's size
- projections are misaligned wrt to color map plot
These all produce untidy impression.
- Try to fix left and bottom margin in smart way to not to change its size all the time
- make vertical margins of color bar bounded to vertical margins of color map
- make projections aligned with color map
- replace axes labels with some fixed labels to avoid jumping
History
#1 Updated by wuttke almost 5 years ago
- Parent task set to #964
#2 Updated by pospelov over 4 years ago
- Status changed from Backlog to Rejected
Will be fixed in the context of JobView refactoring