WLJS LogoWLJS Notebook

PairedBarChart

PairedBarChart[{y1, y2, …}, {z1, z2, …}] makes a paired bar chart with bar lengths y1, y2, … and z1, z2, ….

Examples

Basic paired bar chart:

PairedBarChart[{1, 2, 3}, {2, 3, 1}]

With labels:

PairedBarChart[{1, 2, 3}, {2, 3, 1}, ChartLabels -> {"A", "B", "C"}]

Please visit the official Wolfram Language Reference for more details.

On this page