Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Systemtap/User Guide/graphing/barGraph.html

< Linux Tools Project‎ | Systemtap/User Guide‎ | graphing
Revision as of 06:42, 9 November 2010 by Anithra.linux.vnet.ibm.com (Talk | contribs) (New page: <h2> Bar Graph </h2> The Bar Graph typically uses bars to show frequencies or values.<br><br> Creating a Bar Graph will prompt the user for three values. The first is the title and is fu...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bar Graph

The Bar Graph typically uses bars to show frequencies or values.

Creating a Bar Graph will prompt the user for three values. The first is the title and is fully cosmetic. The option to turn on and off the title is given to the user, and its off by default. The second option is X Series; here you select which series of data you want to plot along the X Axis. The third option is the Y Series; here you select which series of data you want to plot along the Y Axis.

<img src="images/bar.png">

Back to the top