Vertical and Horizontal Bar Charts¶
A bar chart is an histogram made up of rectangular bars, whose length is proportional to the values they represent.
It can be oriented vertically and horizontally. In the table below, general characteristics for the vertical bar chart (VBar chart on the Factory’s interface) plot are displayed. The horizontal bar chart (Hbar chart on the Factory’s interface) is described in this section.
Dimension (mandatory fields are in bold) |
Type |
Description |
---|---|---|
X |
axis/grid |
It controls the attribute to be visualized on the x-axis. |
Y |
output |
It controls the output which allows the evaluation of bar heights. |
Color |
target |
It controls the color of the generated traces. |
Horizontal bar chart¶
The Hbar chart is available as a separate plot type, which needs to be chosen by left-clicking on the Plot Type button.
Compared to the VBar chart, the only difference is the switch between X and Y dimensions.
Dimension |
Type |
Description |
---|---|---|
X |
output |
It controls the output which allows the evaluation of bar widths. |
Y |
axis/grid |
It controls the distribution of points/bars onto the y-axis. |
Color |
target |
It controls the color of the various created traces. |