Visualisations: Difference between revisions
From Yocto Project
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Why is my image this size? | |style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Why is my image this size? | ||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://www.nytimes.com/packages/html/newsgraphics/2011/0119-budget/index.html Treemap example] | |style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://www.nytimes.com/packages/html/newsgraphics/2011/0119-budget/index.html Treemap example] | ||
|- | |||
|- | |||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Size | |||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|One package | |||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Sunburst diagram | |||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|What files does this package bring to my image? | |||
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"| | |||
|- | |- | ||
|} | |} |
Revision as of 15:08, 23 April 2013
This is a list of the graphical presentations that will be part of the Web Hob build analysis functionality. It is work in progress: feel free to contribute suggestions and examples.
What | For | How | Answers | Example |
---|---|---|---|---|
Brought in by relationships | Recipes | Network graph | Why is this recipe included in my build? | Network graph example |
Brought in by relationships | Packages | Network graph | Why is this package being built? | Network graph example |
Dependencies | Recipes | Network graph | What does this recipe add to my build? | Network graph example |
Dependencies & recommends | Packages | Network graph | What does this package add to my build? What should I consider including with this package? |
Network graph example |
Size | All packages | Treemap | Why is my image this size? | Treemap example |
Size | One package | Sunburst diagram | What files does this package bring to my image? |