Conversation
…-move icon) to the roofline chart that cycles the legend panel through all four corners (top-right, top-left, bottom-left, bottom-right), with positioning that respects the plot area boundaries so it doesn't cover axis labels.
drchen-amd
left a comment
There was a problem hiding this comment.
I agree it would be nice if the menus did not block so much of chart, but moving it around does not solve the problem. It just blocks different areas.
I was planning to have an inside/outside toggle originally but dropped it for time:
Iinstead of moving the menus, the chart switches between fully spanning and partial spanning. I think the benefit of this over moving stuff around is that...
- In the outside mode, the chart is not blocked period.
- Code is simpler. Only the widths of the widgets change, which is simple to do. You don't need any of the positioning math.
The toggle to enable inside/outside would go in the option settings in the gear menu (where the scaled kernel sizes is). It could be a checkbox or button that cycles between inside/outside.
|
Talked with Sajeeth offline. The inside/outside can be a stretch goal. We will proceed with current approach but with some further tweaks:
|
No description provided.